MrChuckW
MrChuckW
Friends

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

MrChuckW
Added topic How do you back test EAs that use multiple currency charts
Can anyone tell me how to back test an EA that uses multiple currency charts? Example: EURUSD, EURCAD both at the 5 min. It could be any combination of pairs... and may be even up to 3 pairs
MrChuckW
Added topic How do you ensure an order is placed?
If a manual order hits the " invalid prices " the order does not place. How do you code so that the order is placed, even if it encounters same? after all, the idea of programing is so I don't have to sit by the computer and make sure the
MrChuckW
Added topic overlay ema from different pairs
is it possible to overlay the moving average from 2 sets of pairs into one chart? example, I would like to overlay the 200 ema for EURUSD and EURCAD (and others) so I can see how their history related
MrChuckW
Added topic Display Profit/loss
Is there anyway to display the order profit/loss on the chart in window? Specifically I would like to display the net profit/loss of 2 orders combined... I am adding the OrderProfit() to get my figures from the 2 orders, and adding them together
MrChuckW
Added topic deleting a script
I wrote a script with a pop up, and now I can't get rid of the pesky thing. I have deleted it from the scripts folder. I have shut down the platform. What is Chart Context Menu ? I don't see anything about shutting down scripts when I right click on
MrChuckW
Added topic Code not working
Can someone help me? The following code is a script that when I run, should place 2, at market price orders for 2 different currency pairs . But... It asks me if I want to proceed, but when I click the Yes, it does nothing. If I have the EURUSD chart
MrChuckW
Added topic PIP vs Profit
where do I go to find out more about pips vs profit? What I want to know is if 2 different pairs that are priced way differently, move in the same direction the exact number of pips, does the profit move the same? Example: Eurusd right now is 1.44286
MrChuckW
Added topic programing a new robot ea
Is there anyone that can help me program a new robot? Manually trading my strategy is working, but I would love to automate it. I can do some of the programing, but am so new to programing, I need help with some of the functions
MrChuckW
Added topic EA for Opening and Closing Multiple Orders at the same time
Does anyone know of a free ea that will open a buy order with one pair, and a sell order for another pair at the same time? And also close the two orders at the same time when the right time comes? For example: I am overlaying two charts... (could be
MrChuckW
Added topic comparing Price to next bar open (or close)
How do I compare an order's open price to the next bar and the next? open or close or top or bottom? no matter what the time intervals.... 1min 5min 15min etc... Is there a "check price on bar open" function? When I compare now it compares
MrChuckW
Added topic { }
Can someone explain to me what these symbols do in the program? { } Or tell me where to go to read about them...? can't find anything by just searching. I'm just a newbie trying to teach myself to program in MQL4
MrChuckW
Added topic tie orders together.
How do you tie a new order to an older one so that when the collective profits equeal zero, you can close them both at the same time? For example: an order is placed to go long, but the price starts falling. At half way to my stop loss, I would like
MrChuckW
Added topic Tracking open orders
How do I track my orders to know which ones are open and which ones are closed.? Specifically, how do I track each order individually to see where it is in relation to Stop Loss ? Thanks for any input Chuck... still a newbie and wet behind the ears
MrChuckW
Added topic Counter Direction Orders
I want to track my open orders, and when one gets close to it's stop loss, I want to place an order in the opposite direction, and when either of them get to stop loss or take profit , they both close at the same time. Does anyone already have some
MrChuckW
Added topic MACD vlaues
I want to be able to get the 2 values per bar that I see in MACD . For instance: The red line, versus the top or bottom of the histogram. How do I get those values? I only see one value returned by MACD. iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0)
MrChuckW
Added topic Arrow Code Function
I would like a function I can add to my EA (any of them) that I can use to test indicator language. For example, if I have an indicator that triggers, (MACD cross over) I would like to call the Arrow Function and have the arrow printed on the chart
123