Forum

How to Specify the time will be trade in this time only !

I have expert but i want to trade all time in the day without from 11PM to 2AM Thanks

Notification stop working

Notification was working well for me, and every trade open .... notification sent ,.... But one time, the notification stood up .... Did anyone have an idea

how to change " res " result from close Price to Stop loss

The old code was if (Cur_ClosePrice <= openPrice - STP * _Point ) { int res = OrderClose(OrderTicket(),OrderLots(),Bid, 3 ,CLR_NONE); if (res != - 1 ){ OpCnt--; BuyOpenCnt--;

How do I refer to a stop loss if the stop loss is achieved

if the stop loss happen i will open position again ... how to write this code if (OrderClosePrice() == OrderStopLoss()) // is not working is not working

How to write code ..... when order " close " or order is " stop loss" do this

Helloo Please help me i will open position and i want if this position Close or stop loss i want to open again trade and i write this code but can't run !! " if(( OrderSelect(i,ORDER_SL)==true)|| OrderClosePrice() || OrderStopLoss () || ORDER_SL); {

How to copy Signal with different lot and defferent balance !

Good evening First, I am a signal provider Sometimes by opening 0.03 lots And sometimes 0.15 lots And sometimes 0.90 lots All this when the capital is $ 600 for me the question But if the follower has a capital of $ 1000, what will it be! If his capital is $ 200, what would it be! When I open it