Forum

Ask Custom Indicator Buffer Cant be Read With iCustom Function

Is it possible for a custom indicator that when we check there is a buffer but when we use I custom, the buffer cannot be read? I mean is it possible some one build Custom Indicator but lock it so we cant use it as EA The problem is I have an indicator in the form of an up and down arrow and I

Ask Anti Martingale Script

Hi, I want to make an EA with a strategy like the following. Lets say I have a sell order . If the price then drops by xxx pips, it will open another order like averaging. And if the price continues to fall it will open the next order. Etc. I made the following script, is there something wrong, why

Change Price in Expert Market On MQL5.com

Hi I like to ask if we put Free EA on mql5 market , then some day we change it to paid EA. What happend with some one who already download (when still free) when he download the update version (change to paid version). Is he will be charge or still free for download? Thanks

Set expired date remotely on mql4

Hi, Is there anyways to code mql4 wich we can set expiredate remotely. I mean if somebody rent my ea and I will give expiredate remotely. Thanks

Asking Stupid question

Hi i got case when code on mql4 when i am doing 1000000000 * 3 = -1294967296 (?????????) but when i do 1000000000 * 3.0 = 3000000000 But this is didnt happend when i multiply with 1 or 2 Can some one explain

Can some one download ea from mql5 then sell it to somenone else

Hi im the owner of SharkBite Ea i sell on mql5 market . I upload for sell and also free version with limitation. Can some one download from mql5 and re sell it? Because i saw website that sell a lot off ea from mql5. They also put my name as author of the ea. Some buyers said to me that he buy from

Help With Breakeven Code Mql4

Hi i wrote this code for breakeven function. Its work for buy order but not working with sell order . I checked several times the code but i dont found the trouble. Maybe some one can help me with this. Thanks before void MoveToBreakeven() { for ( int b= OrdersTotal ()- 1 ; b>= 0 ; b--) { if

How to code Ichimoku based breakout cloud?

Hi I want to make ea from ichimoku. The logic is that when the price breaks the cloud it will open buy. Logic buy is: When the candle breaks the kumo, and a candle appears above the kumo (close and opendoes not hit the kumo) then triggers buy. But how come my coding below doesn't work. In fact, buy

NEED HELP How to make multiply on Martingale on decimals

Hi i have dificulties how to make my marti code to multiply with decimals. I use this this NormalizeDouble but when i attach ea error comes up "Invalid Lots Amount OrderSend Function " but when i do backtesting its works fine this is how i code OrderSend ( Symbol (), OP_BUY, NormalizeDouble