SpreadMIN

SpreadMIN

The indicator is a histogram of the lowest/minimum spread only, given in a candle whilst the indicator has been running. Example scripts for placing buy or sell at the lowest spread are included.

It is similar to other spread monitoring indicators. I wanted simple code and only the spread minimums to display because I only want to pay the lowest spread for trade.

You can then use a script to place a trade and, for example, specify when the current spread is equal or lower than the lowest spread in the previous candle. It is probably best used on lower timeframes as otherwise, you may wait for a long time to reach the minimum spread as required.

Recommendations:

  • Make sure the indicator has been placed on the chart and running for at least a couple of candles before executing the script.
  • Use appropriate script or code to take a trade when the current spread is equal to or less than the minimum spread from the previous candle.
  • See example scripts for placing buy or sell.
Register to download