Codes

Trap News for MetaTrader 4

Use this script 2 minutes before high impact news pip moving faster FOMC, NFP, RATE BANK

Stohastic to CSV for MatLab for MetaTrader 4

This indicator exports the indicator values in CSV to use for MATLAB analysis with neural network, SVM, KNN, fuzzy

Open with break MA for MetaTrader 4

This indicator shows when to open positon

Signal for Trend for MetaTrader 4

The indicator shows trade signals using combined Stohastic with breaking of High/Low by Moving Average

sideway trend indicator for MetaTrader 4

this sideway or trend...confuse?? use this indicator

Target indicator for MetaTrader 4

You confuse where the next target? Use this indicator - it will show you where the next target

Open position with STOCH and RSI for MetaTrader 4

This indicator shows when to buy and sell in the right time..so you don't miss the train

Forum

help EMPTY_BUFFER coding

help me i make indicator and now i have empty buffer....how to fill it if(limit>barsToProcess) limit=barsToProcess; for(int i=0;i<limit;i++) { double UP=iEnvelopes(NULL,0,14,MODE_SMA,0,PRICE_CLOSE,0.1,MODE_UPPER,0); double DN=iEnvelopes(NULL,0,14,MODE_SMA,0,PRICE_CLOSE,0.1,MODE_LOWER,0); double

help coding how to calculate totalprofit all posotion >= 10 close;

help me please i want to calculate all profit in order and if all position totalprofit all posotion >= 10 close; bool result; double price,OrderProfitCash,OrderProfitPoint,RealProfit; int cmd,error; int TradeTick; double TimeOut; for (TradeTick= OrdersTotal ()- 1 ; TradeTick > 0

can we use comment as variable in EA

i want to make EA i want to ask if commenct can make a variable like bool... so if open position i buy and if i put coment == true then it will close position