- Search Crypto Craft
- tigpips replied Sep 6, 2011
Hmm... is there a smiley face icon on the top right hand corner? Since the bot works on backtest, it should work on live as the coding is pretty simple. If there is no smiley face: Go to your MT4 terminal -> Tools -> Options -> Expert Advisors tab. ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 6, 2011
Minimized = it will still work. Off, as in if you close the terminal = no, it won't work.
Break even 'EA'?
- tigpips replied Sep 6, 2011
Hi Alien, see if this is what you want. This is a scaling trade script. Parameters used: Slippage Refers to the slippage used when a pending order is sent. ScaleByPips Indicates by how many pips you want the 2nd order to scale by. This setting is in ...
Scaling in Script
- tigpips replied Sep 5, 2011
Ok this verison will adjust the information shown to the top-right. New settings for this version: Text_Color Refers to the information text's color. Default is red. font_size Refers to the information text's font size. Adjust according to your ...
Break even 'EA'?
- tigpips replied Sep 5, 2011
Hmm alright try this one. I didn't get a chance to test it though. The calculation is based when the values of both "Buys Profit" and "Sells Profit" that are listed on screen, are more than 0 and it will signal you an alert. Alert routine is taken ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 5, 2011
Hmm what error did you get? Most probably there's another conditional function or a variable value change on the same line. Or you can post your file here. We will see how we can help you with that.
How to disable an alert function?
- tigpips replied Sep 5, 2011
Hi Breza, I'm sorry, it was my bad. I have accidentally set the "EquityRaisedByXAfterClose" as a bool not an int lol. bool means it will be either "true" or "false". int means it will be an interger type or in english terms, a number value. I have ...
Simple EA fix - "close all at equity level X"
- tigpips replied Sep 5, 2011
Hmm try this version. I did it awhile back when another member pm-ed me. He wanted a feature that allows the EA to close at +1 pip profit instead of 0 pips breakeven. If that still doesn't work for you. The next thing you can try is multiplying the ...
Break even 'EA'?
- tigpips replied Sep 4, 2011
Find "Alert" or "PlaySound", type "//" in front of the line. e.g. Change: Alert("Yadayadayada"); to: //Alert("Yadayadayada");
How to disable an alert function?
- tigpips replied Sep 4, 2011
Hmm... I think the lagging issue is caused by the Awesome Oscillator. The crosses will always react faster than the AO by 1 or 2 candles. If u set "use_AO" to false, it will send buy and sell orders based on EMA crosses only.
I will code your EAs and Indicators for no charge
- tigpips replied Sep 4, 2011
Hi ES Trader, I have no idea what I was doing. I was probably changing it by instinct, anyway see if the calculations shown on screen is what you want. attached the includes file used for this indicator: zznbrm.datetime.mqh -> put in "includes" ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 4, 2011
Hmm.. see if this works for you. UseEquityRaiseAfterClose When this is set to true, it will utilize this "Equity Raise After Close" function. EquityRaisedByXAfterClose This indicates how much equity that will be raised after the it closes all ...
Simple EA fix - "close all at equity level X"
- tigpips replied Sep 2, 2011
Glad to see that everything is ok for you now

I will code your EAs and Indicators for no charge
- tigpips replied Sep 2, 2011
Alright, managed to fix your pivots display and added a line for it. Added L5 and H5 calculations in. Added some new features to this version. font_size You can adjust the value of this setting to make the fonts bigger or smaller according to your ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 2, 2011
Yea, the original caramilla doesn't have L5 and H5. There is a pivot display function, but it is not working. I will see if I can fix that, and implement your L5 and H5 sequence in.
I will code your EAs and Indicators for no charge
- tigpips replied Sep 2, 2011
Hi neil324, from what I have gathered, I guessed you probably just wanted the camarilla indicator to be able to adjust manually according to the yesterday's high and low and closing inputs that will be indicated by you. Like what Pivot Manual.mq4 ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 2, 2011
Like RaptorUk has said, You can find and adjust the original code in the indicator. Find for a text that looks something like that: SetIndexArrow(<some value here>, <another value here>) A full code example would be: SetIndexArrow(0, 108); the ...
I will code your EAs and Indicators for no charge