Friends 2
CPerry
Added topic Draw A Rectangle For A Trading Range that Extends Out Into Future Bars
Good evening forum, Below, I have the start of my code for a London Breakout EA which triggers at 8am (London Start). It calculates the dailyResistance and dailySupport from the Asian Session from 12am - 8am. What I would like to do is draw a
CPerry
Added topic Add a Decision Matrix to an EA
I have developed an EA that I am hoping to soon use on a prop firm challenge however, I understand that live trading brings a new wave of variables to consider. The first question I would like to ask is, what else (on top of what I am about to
CPerry
Added topic How to Close ALL Trades with a matching Magic Number
Good afternoon forum, I have created a grid bot which trades in both directions (treated separately); the initial buy order and subsequent sell orders have their magic number set as: 1111. The initial sell order and subsequent buy orders have their
CPerry
Added topic Maths Calculations for Stop Loss
Good morning forum, I'm having a bit of a fuzzy-Monday brain today; hoping somebody can help me with this calculation please. My account is GBP, I'm trading GBP/USD (0.01 lot size) and my leverage is 100:1. If I have a 100,000 GBP account and want to
CPerry
Added topic How to Count Number of Open long/short positions
Good afternoon forum, As per the title of this thread, I want to limit my bot from firing in many, many positions into the market. I am happy to compound and build in to positions each time an order is triggered but I would like a maximum limit to be
CPerry
Added topic Compile Errors (Undeclared Identifier)
Good morning Forum, I have an EA that currently has two variables: buyOrders and sellOrders which increase by 1 each time a new trade is made. I have a maximum number limit which is currently set at 10 buys and 10 sells simultaneously. If a trade
CPerry
Added topic Closing Multiple Trades
I rather quickly stumbled across a misconception that I have ignored for a while now, it is finally time to address it. My EA currently fires in a bunch of orders to scale in and out of trades, the problem is: I thought if I have i.e. 3 BUY orders
CPerry
Added topic RSI EA trading between certain times each day
Hi forum, As per the title of the thread, if I have a standard RSI EA running that I'd like to run only between a certain period of the day, is there a nice easy way of doing this? What about if I only want new positions to be limited to a time-frame
CPerry
Added topic RSI EA on a one-second timeframe
Hi forum, I'm eager to build my first bot so decided to start with something simple. I'd like to create a RSI EA but have it run on a one-second timeframe. I've watched a YouTube video and I think I can manage building a standard RSI EA to get myself
CPerry
Added topic How to turn MT5 tick data into one second interval data?
Hi forum, I used custom symbols to download GBP/USD tick data in a .csv file which I have condensed and attached to this thread. I have clicked on the data tab and "Text to Columns" button on the top ribbon to split this data across several columns
CPerry
Added topic Question About Pips
Hi forum, Why do some forex currencies have 5 decimal places and some only have three? Using the app, I can see the following for the first 6 currency pairs: EUR/USD - 5 digits after the decimal point USD/JPY - 3 digits after the decimal point
CPerry
Added topic How to calculate current equity when back testing in Forex?
Hi forum, Apologies if this is the wrong place to post but I could do with some help please. When back testing, i'd like to know how much my portfolio is currently worth. I'm finding this tricky as I have multiple buy and sell orders present at any
CPerry
Added topic Second interval forex data
Hi forum, Is there any way of downloading second by second currency data for multiple currency pairs? I can see minute intervals as the smallest timeframe but I’m interested in looking at OHLCV figures on a second by second basis. If there is no way
CPerry
Registered at MQL5.community