Requests

Our requests are undergoing maintenance as we move existing requests to a new layout. If you do not see your existing request now it should reappear in a few days. You must be logged in to make requests. Use the Topic Requests to create new topic requests for Orchard Forex. If you are asking for an expert or indicator then you need to make youre requirements including strategy are clear. If there are any subjective terms like sloping up or narrowing then either define them or be prepared to have the request ignored. For example, does sloping up mean 2 consecutive higher closing prices, a moving average that is greater than the moving average 17 bars earlier, what? And if you want to just say higher highs and higher lows how do you propose to identify the highs and lows. Requests linking published strategies are more likely to succeed. Your strategy and ideas for indicators will be visible to the public. That’s the price of entry. We may or may not use your request in a tutorial, or may use a variation, nothing is guaranteed here.
You must log in to submit a request
  • Latest
  • Top
0 votes

Basic tutorial on Array

Array: data structure in MT4 Could you please provide a basic tutorial on Array? I have too many questions about array: Array declaration, eg. int OrderTickets [6] or int OrderTickets [], legal? Array initiation, Do I have to initiate my array? or I can use array without initiation, so long as I declare array? Array …

Basic tutorial on Array Read More »

0 comments
1 vote

Market Patterns

Hi Arthur Just watched your latest tutorial “Delay Your Trade Entry”. Thanks to your earlier tutorials, my coding skills have greatly improved and it looked quite simple to me (as you have rightly said in the tutorial itself). Please add on to your list for future tutorials, on how to detect market patterns i.e. Head …

Market Patterns Read More »

0 comments
1 vote

Pivot point indicator

There is great importance to know your pivot point levels when trading . Pivot point indicators are limited to month timeframe pivots How can I add the yearly pivot point to an already existing pivot point indicator. With this pivot point period it would be great to see where the yearly pivot points and good …

Pivot point indicator Read More »

0 comments
0 votes

VSCode for MQL

VSCode has a lot of nice shortcuts and gives one better control over color theme, formatting, and working across multiple files in multiple windows. Sure, it’s just a matter of convenience, but for those who spend a lot of time writing and editing MQL, being able to compile directly from VSC might provide a substantial …

VSCode for MQL Read More »

0 comments
4 votes

Trading multiple area of confluence

Hey Orchard, here's a suggestion for the next expert, let's code a robot that checks multiple areas of confluence for a trading direction. For example, when we are at a 50% fib level and we also happen to be at a previous area of support/resistance and we also have a moving average cross and an …

Trading multiple area of confluence Read More »

Under Review 4 comments
1 vote

infinity grid Bot Hedging

hello Dear, i have a strategy in mymind with the following rules ; 1st main rule : it's a grid bot but it has lower limit only and no upper limit for example if price goes up 10$ the bot sells 10$ and keeps initial investement and keep doing it forever as the price rising …

infinity grid Bot Hedging Read More »

2 comments
1 vote

Mouse Click Issue

Hi The mouse click event in MQL4 is fired when the mouse button comes up, not down as is the normal is normal in windows. Is there any way to trap a button down event so that I can make the mouse click work like the normal windows mouse click event. Thanks, John

0 comments
Scroll to Top