Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Hi guys, I'm using Alpari UK with 5 decimals. Tried searching for broker setting in the code in metaEditor setting to chande to "10" but to no avail. At the moment blessing 2 will only open trade when "AutoCal" to false but fail to open trade when it is set to "on"
Would appreciate your help in these area....thank you so much.
Best regards.
Hello edalco
extern int Set2Count = 4; // Level 2 max levels
extern int MaxLevel = 99; // Level 2 max levels (stops placing orders when reaches maxlvl2)
extern extern int Set1Count = 4; // Level 1 max levels
int BELevel = 12; // Close All level , when reaches this level, doesn't wait for TP to be hit
extern int slippage = 5.0; // Tolerance of order slips/requotes for closing
//+------------------------------------------------------------------+
//| Internal Parameters Set |
//+------------------------------------------------------------------+
Thankis Georgedim, i tried what you said but still no joy..
I've attached the error codes from my journal.
Hello daet,
Would you like to try this and see how you go??
Remove the EA from the chart.
Exit MT4.
Check for Disk Fragmentation, and if it’s bad, defragment the disk.
Start MT4 again, drag the EA from the navigator, and use the default settings without loading an external xxxx.set file.
Set the AccountType to 10 if you have Micro account, and the MM (True).
Hopefully this will work.
Hi George, thanks for the prompt reply. I did change the metaEditor like you mentioned above however it'll only trade when AutoCal is set to "off" it will not trade when it's "on". Any idea??
Are you setting your AutoCal to "on" and still have it working in 5 decimals broker like Alpari UK?
Thanks again bro for your help...
Hi George, thanks for the prompt reply. I did change the metaEditor like you mentioned above however it'll only trade when AutoCal is set to "off" it will not trade when it's "on". Any idea??
Are you setting your AutoCal to "on" and still have it working in 5 decimals broker like Alpari UK?
Thanks again bro for your help...
Rgds.
Hello edalco,
It works fine with 4digits price. There is a bug in the EA, if your broker has 5 digit prices. (with Autucal set to True) . You will get “Zero divider math mod function in the experts screen next to the journal.
I could probably modify the EA, but I rather not. We will let the Masters do that. Hi, Fifthelement, Iron, ChicagoRob
I've put a new version of Blessing v4.9 on this post but the first post should be updated shortly. The set files remain the same.
I found a bug in the auto calculation feature of the auto grid that didn't allow for an auto grid calculation with 5 decimal brokers. Additionally, 5 decimal brokers were reporting their iATR values about 10% different then the norm therefore the autodecimal selection feature also autocorrects for this issue.
Summary of Changes:
Auto grid fixed for 5 decimal brokers
iATR normalized between 4 and 5 decimal brokers for accuracy
Auto decimal selection now initialized in init section
Alert for Account balance changed to Message box which identifies pair and timeframe of pair below account balance
POSL auto pipvalue detection fixed
I've backtested the fix for accuracy and normalization between Tradeview (5 decimal broker) and IBFX (4 decimal broker) and Blessing now cooks just fine with the 5 decimal auto grid.
Note that Alpari doesn't allow an initial lot of .01 to be selected (error 131 code). You need a broker capable of trading down to the micro lot (not to be confused with micro account, penny a pip!)
Note: I removed v4.9 from here and put it in a later post!
Happy Trading
v/r
__________________
Jeff J Talon Associates Investment Management
I am afraid the AutoCal is not quite working yet, at least not on ALPARI UK. If AutoCal is set to TRUE, I get "zero divider for MathMod function" error. If set to FALSE everything´s allright. (This is on ALPARI Micro acc where min lot 0.01 is allowed.)