if CCI_value >= -50 // Open Buy stop <----(How to define CCI_value)
if (Distance != 0)
{
if (ticketLong == 0)
{
_sl = targetLong-StopLoss*Point;
if (TakeProfit != 0) _tp = targetLong+TakeProfit*Point;
Print("OrderSend BUY STOP: price="+targetLong+" SL="+_sl+" tp="+_tp);
if (Distance != 0)
{
if (ticketLong == 0)
{
_sl = targetLong-StopLoss*Point;
if (TakeProfit != 0) _tp = targetLong+TakeProfit*Point;
Print("OrderSend BUY STOP: price="+targetLong+" SL="+_sl+" tp="+_tp);
(Help) ้How to define CCI Value Ea
Aucun commentaire:
Enregistrer un commentaire