und werden Sie Mitglied unserer Fangruppe
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Bewerten Sie es im Terminal MetaTrader 5
- Ansichten:
- 20070
- Rating:
- Veröffentlicht:
- 2021.01.27 15:26
-
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance
The buy and sell conditions go as 'bool' value parameters in the Direction function, as you can see in the default example.
int signalConditions=3; DashKeys[openCloseConditionIdx+1-1]="BB Status"; DashValues[openCloseConditionIdx+1-1]=Direction(ok(bbGreen) && bbGreen!=-1,ok(bbRed) && bbRed!=-1,canBuy,canSell, " at "+TimeToStr(Time[masterCandleIdx]), " at "+Time[masterCandleIdx]);
The canBuy and canSell variables will get out set as true or false based on these conditions.
That will trigger the sign to carry the signals further for trading purposes.
Make sure to increase these 2 array sizes if you need more lines on the dashboard.
string DashKeys[8]; string DashValues[8];

The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout

Colored volumes at the bottom of the chart

The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout

The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next.