Forum

still getting this bugged

I want to get this to work what I wanted to do is, first off I want it to calculate how many bars whent the opposite side on previous ones, it should be incrementing the past bars and checking the way they took to increment me a number (multiplier) to add to my ea. the rest of the ea goes like a

lot calculating with trend

hi, I am trying to calculate my lot size and it does not appear to work as I would like I try to make it seek the last bars to see what direction they went and increment my lot size using this calculation. So Basicly I setup the barcount to 1 before this sequence and I increment it as it does not

problematic again

Hi I am wondering what is going on with my TP level with this ea I'm programming it returns me a tp error on the ordermodify sequence here is the code double takeprofit = 25 ; double stoploss = 50 ; double sl; double sldistance; double tp; double tpdistance; // within init if ( Digits == 5 )

Searching for answers!!

Hello there! First off thank you for taking the time to look at this post. I have an EA I worked weeks on here and I'm trying to figure out why it is not working First off it is working just good and exactly as I would expect it to on a thinkforex demo account . now since I'm not a millionaire yet I

details about my ea on comment

hi, I hope this is possible I just want to know if it is. I would like to add details about the ea I'm running on my computer to let me keep a track of what has happened on my terminal. I would like to add something in the OrderSend() Comment feature. More Details!!! I would like the EA name to be

confirm a trade

hey, I'm occuring a persistent problem here with my eas, the mecanics within them is working perfectly as I want but I wonder how to actually make it confirm that it really took a trade or close a trade before continuing on it's way. is there anything I could do because it freneticly takes several

bars informations, anyone has knowledge of how to get it?

hi, I'm looking for someone who has knowledge on how to get the informations about the last closed bar in my chart. I have been trying to figure out witch one it with count = IndicatorCounted()-1 or something like count = Bars-1 count = iBars(Symbol(),Period_D1 )-1 or else high =

I need someone to correct my script there

I do seek someone to help me out with a "hedging" strategy I programmed but I have a hard time making it work properly for some reasons anyways full details trough pm if someone skilled is willing to help me out with it. thank you

Unbalanced Parenthesis

I know it's boering to find but I have unbalanced left parenthesis error in my script here is the module I've been working on - I know there is not ticket management to know witch ea does the trades or manual trading that's how I want it -This is an order management script to do sorta a martingale

I just popped a new idea over night

just a small error to fix and then I can keep working on this project. error is wrong parameter count I feel kinda rusty on this programming //+------------------------------------------------------------------+ //| Ordering Trades.mq4 | //|