Forum

help on iCustom, error calling 1 buffer

Hello developers, I have a small issue with iCustom, I don't know what is wrong, each time I call on the buffer responsible for sell trades are picked on every interval (i.e the moment a sell closed another will be opened same moment), but if it was for the buy all works well here is the snippet of

Combining 2 oscillators

hello developers I have a problem which have tried to search the forum on but can't seem to find the solution I'm trying to combine RSI and MACD , where by RSI " Apply to " will be based on previous indicator data have tried some few things any help or suggestion will be much appreciated double MC =

Specifying non working days for Ea

Hello good day, have been trying to to code my Ea to wok on specific days of the month but i know am not doing some things right, did some research but below is what i arrive to and its not working fine it only works for the first date i specify here is what i did, i create an extern string so i can

Help, on Trade Counter

int SellCount() { int No= 0 ; int Total= 0 ; int CurTicket= 0 ; int LastTicket= 0 ; // if(OrdersTotal()>0 && OrderType()==OP_SELL && OrderMagicNumber()==Magic_Number_1) // { for ( int i= OrdersTotal ()- 1 ; i>= 0 ; i--) { if ( OrderSelect (i,SELECT_BY_POS)== true &&

Help on increase pending order

Hello good day this my first time of posting here, have seen how this forum has been of great help to solve code issues and am hoping i will find a solution to mine am working on a function but am having some issue below is my function and what it does is that if a orders is opened the function