Forum

Expert alerts candle size more than specified pips

Hi, I would like to write an expert that if the candle height is more than my specified pips an alert pops up on screen

why this simple code doesnt work ? please help

this program doesnt buy and sell on the chart and I dont know why, can you tell me the reason

why this simple buy and sell doesnt work ? please help

hello, I have written this simple program but when I run it on the chart it does not sell or buy

this simple buy and sell EA gives me error :-(

Hello, I have write this simple EA to buy and sell from the opening price but it errors me, can you solve it for me :( Thank you

my trade start from a specific time..

Hello, I want to write that from 11 o'clock, if the price go higher 20 pips from the open of candle of that time buy and if it goes 20 pips below of the opening of that time sell, what would be that to specify this specific tim to my EA ? thank youu

how to swap between funcions ?

Hello, I am new in programming :-) I want to write a program like below I want to know how can I swap between functions function a() { if ( ------ ) buy; else if ( ------- ) sell; } if any of the condition happend and it sell or buy, go to function b () and the fanction a() condition does'nt check

how does different returns work ?

Hi, I'm new to programming, I have some questions, one is that I can't understand what does different returns mean, for example return(0) , return(NULL), return(INIT_SUCCEEDED) my second question is that how can I go from a function to another one, for example function a () { if (condition = true)