Market Score on the Drawing Pad
The image below shows how the Market Score plug-in is used.
- TheFunctionElements VolSymbol, TrendUpSymbol and TrendDownSymbol are fnGetBestMarket functions renamed for clarity.
- The variables that hold the return values for the functions are named _VolSymbol, _TrendUpSymbol and _TrendDownSymbol. (Note the preceding underscore _). These variables will hold the symbol with the highest market score.
- The LogicElements IsUp and IsDown use the variables to make a trading decision.
- The OpenBuy and OpenSell funcrtions use the selected variable to open an order for the Symbol with the highest score.