Forum

pending orders

is it possible to get pending order details and save them into the variable ? like the price of pending order , the tp and sl and volume of the pending order

Problem?

Hello everyone I have a question Let say I have made an expertadvisor that I am renting to clients for a monthly subscription fee. Is there a way I can restrict the clients from selling the trades taken by ea, via a copy trade system? I am allowing only one account per license for a month, but it's

need help

is the highlighted 0 in the below code referring to the candle id? 0 for the current candle and if i replace it with the value 1 then should take previous candle's atr value right? MathMax ( iATR ( NULL , ATR_TimeFrame, ATR1_period, 0 ), iATR ( NULL , ATR_TimeFrame, ATR2_period, 0 )) / pip_size

help?

i have got a few questions 1) Security against the hackers, let say i created a mt4 indicator and i want to sell it using mql5.com market will it be more secure than the one that i sell directly from my website ? from a decompilation point of view 2) if the indicator being sold here is more secure

latest mq4 compiler?

where can i find the latest mq4 compiler

Licensing

i am trying to understand the licensing concept for mt4 indicators please have a look at the code and tell me if its the right and effective way of using the account number and time protection i have highlighted the license code

Indicator Disappears when compiled

when i compile the indicator it stops working there is no error in the code only two warnings its working fine but when i open it in the metaeditor and compile again (with or without making any changes) , it stops working,what could be the problem? thanks in advance

need help...

hello is it possible to make the Colors tab of the indicator disappear? i am trying to make it so the user can not edit the colors and the indicator only uses the colors that i have selected, so is there a way to make that color tab go invisible or

Indicator That Draws Horizontal lines at Zigzag Recent high and low

Hello do anybidy know of an indicator that draws the Horizontal lines at the recent High and low of the zigzag indicator , but does not consider the leg of the zigzag untill and unless it has made a new high or low? just like shown in the below image

help with this

hello i am trying to make a histogram but there is only one problem what i am getting is this: but i want it to show the red bars below the 0 level and green bars above the 0 level here is the code #include <stdlib.mqh> #include <stderror.mqh> //--- indicator settings #property