saeed Golshenas
saeed Golshenas
Friends

Add friends via their profile or user search and you will be able to see if they are online

saeed Golshenas
Added topic sending notification
Hi everyone I'm using crossover strategy and sendnotification() function . after crossing MAs , for 60 seconds(in every Tick in Bar[0]) it sends notification. How can I limit it to only once ? I used NewBar function but it doesn't work at all. Please
saeed Golshenas
Added topic Help for SendNotification() problem
Hello everyone I designed an indicator , I put the same code for Alert and  for sending notification , there is no error for Alert, but SendNotification() doen't work at all. I am not sure if this function works in indicator generally!? Can
saeed Golshenas
Added topic stoploss modification problem
Hi When I want to get PositionOpenPrice for stoploss modification using CTrade , I have to write while(PositionSelect(symbol) == false); before   PositionGetDouble( POSITION_PRICE_OPEN );    otherwise EA can't get
saeed Golshenas
Added topic how to hide objects behind the Panel ?
Hi everyone I've created panel in mt5 , but as the attached picture shows , some objects are shown . I use MainWindow.BringToTop() but it doesn't work for hiding objects. Please help
saeed Golshenas
Added topic Help with indicator in mql5
Hi every one I'm trying to convert a code from mql4 to mql5 , but the mql5 indicator doesn't show anything in mt5. Please help if you can
saeed Golshenas
Added topic using both breakeven and trailing stop ?
Hi Before trying to write the code in mql5, I'd like to know that can I use both breakeven and trailing Stop in my E.A? after opening the position I want to use breakeven and then , after a certain profit I'd like to use trailing stop
saeed Golshenas
Added topic calculation the stop loss and take profit
Hi guys After the order is placed I calculate the stop loss and take profit relative to that price , so I use PositionGetDouble (POSITION_PRICE_OPEN) . now my question   : is it alright to get the above function or better to use
saeed Golshenas
Registered at MQL5.community