liquidd
liquidd
Friends

Add friends via their profile or user search and you will be able to see if they are online

liquidd
Added topic 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)
liquidd
Added topic 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
liquidd
Added topic 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
liquidd
Added topic 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
liquidd
Added topic 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
liquidd
Added topic 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
liquidd
Added topic 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 =
liquidd
Added topic 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
liquidd
Registered at MQL5.community
liquidd
Added topic 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
liquidd
Added topic 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 //+------------------------------------------------------------------+
liquidd
Added topic Easy Easy not even a question!
this is not a matter of being lazy or not I just need a second eye to seek where my unbalanced parenthesis is because I can not find it :( ty to anyone who help me int OrderWatch()    {        int eldest;
liquidd
Added topic ta indicators value
hi everybody I have been trying to get the value of technical indicators commented on 2 differant pairs at the time but I seem to have missed something on my way maybe someone could help me out with it. here is the code
liquidd
Added topic wrong parameter count on my ea
I have a problem calling 2 functions in my ea witch is very weird to me since I can not find anything wrong with this part of the ea here is the function call I have actually very simple. if the check for profit command shows enough profit it will
liquidd
Added topic problem listing my orders
here is my problem, I have try to list up my orders for in case my pc shuts down during the night for exemple... here is what I coded for the listing tough it dosent seem to operate properly... maybe it's not on init() function I need to set these
liquidd
Added topic I want to figure out my error
here is the script I wanted it to loop all the way to get max profit but it seem that I overcharged it with functions or something says stack overflow but I don't get where it's overloaded with functions (I seen lots of eas that does use way more
liquidd
Added topic easy shot there
I want to modify my order in som script and I wonder how to actually get profit in points instead of dollars I want to know what is the simplest way to do this. OrderProfit()*Point or in both sell/buy case use OrderOpenPrice()-OrderPrice()
liquidd
Added topic Another Error Easy for experienced users to solve
here is where I have problems.I want to take a pending order and I have a hard time setting it up I have try many things but none works so far I always have error 130 even tough I have way out of the minimum range takeprofit and stoploss.I don,t know
liquidd
Added topic Very easy and simple awnser to a question I have for now days
well... if there any way to disable ea with a command on some donctition exemple: any help would be much appreciated :) if AccountEquity() >= x    {       TheCommandIseek();   /// Stop Ea or either
liquidd
Added topic Another Beginner Script (I need Help)
here is the problem, I wanted my positions to stack as they get profits and as well do a "martingale" I know this is not martingale because this is not doubling the lots on wrong trades but here is what it is supposed to do. - Open an order
12