Codes

Risk/Reward Ratio for MetaTrader 4

Display risk/reward ratio in the chart (UPDATED)

Forum

One of my EA's (conservative!) - comment please

Hi, this is the Strategy Report of my Fenix EA. I used a very simple MM - 3 degrees of risk/reward instead of exponential formulas. This give me a better look of is performance. Strategy Report of 1999-01-01 at 2008-12-31. Appreciate please. Strategy Tester Report Fenix v0.1 (Build 220) Symbol

How i code the MA levels in a EA?!

I hope someone can help me codding this. For my ea, i only trade when the price is outside of the level -1000/1000 of the Moving Average 1000. double Buy1 = iMA(NULL, 0, 1000, 0, MODE_SMA, PRICE_CLOSE, Current + 0); ====>>>> maybe i have to join something????!!!! sorry for my english. thanks for

HELP ME PLEASE!!! OrderModify error 1...

Hi. I'm having a problem coding an EA that when is earning my "TrailingStopValue", the EA modify the stoploss to breakeven+maximalcurrencyspread. In my attempts, after backtesting is logging an error modify 1. This is my source code without changes... //Trailing stop to CLOSEBUY if(UseTrailingStop