PDA

View Full Version : Coding robots and indicators in C# for no charge (cTrader API)



JlleMuhozGmanagll
03-17-2014 07:58, 07:58 AM
In order to practice in C# programing I'll code robots and indiors for everybody who ask it in this thread. There are two states:

1) Your robot/indior must be well described here
2) Anyone on the forum may use it when it's implemented

So everybody is welcome!

azoxcan
08-05-2023 04:56, 04:56 AM
Hello,
Can anybody assembled the following indi or script based on yesterday candle?
Regards
https://www.nigeriaforextrading.com/attachments/1530281203229619576.png

emlxekio
08-05-2023 06:17, 06:17 AM
Can any body help me? Go this hyperlink https://www.nigeriaforextrading.com/bitcoin-talk-and-cryptocurrencies/165-indior-start-time.html

oxvaox86
08-05-2023 07:38, 07:38 AM
Http://2calgo.com/

awesome!

axxylinwomgs
08-05-2023 08:59, 08:59 AM
hi man !! First of all thanks to this thread (im sorry for my absence of inglesh my native is spanish)
there's absolutely no chance that you pass the wonderful ea for your ctrader theres an wonderful ea but will
or if you reduce change some of the features of this ? :--RRB-

I was wondering if there's absolutely no chance that you added the feature of shoot alot of pending orders until the server sent a receipt back? And thet too for the sl( I believe that closed help alot with all the slipage and if anything which you might think to help them better against the slippage please dont hesitate to place it!! Really and a newbiie about news but I want to test it I love the ctrader really thanks alot in advanced have







Using System;
using cAlgo.API;

namespace cAlgo.Robots

[Robot(AccessRights = AccessRights.None)]
public class TradingNewsRobot: Robot

private PendingOrder _buyOrder;
private bool _ordersCreated;
private PendingOrder _sellOrder;
private Position position;

[Parameter(News Day (1-5), DefaultValue = 1, MinValue = 1, MaxValue = 5)]
public int NewsDay get; set;

[Parameter(News Hour, DefaultValue = 14, MinValue = 0, MaxValue = 23)]
public int NewsHour get; set;

[Parameter(News Minute, DefaultValue = 30, MinValue = 0, MaxValue = 59)]
public int NewsMinute get; set;

[Parameter(Pips away, DefaultValue = 10)]
public int PipsAway get; set;

[Parameter(Take Profit, DefaultValue = 50)]
public int TakeProfit get; set;

[Parameter(Stop Loss, DefaultValue = 10)]
public int StopLoss get; set;

[Parameter(Volume, DefaultValue = 100000, MinValue = 10000)]
public int Volume get; set;

[Parameter(Seconds Before, DefaultValue = 5, MinValue = 1)]
public int SecondsBefore get; set;

[Parameter(Seconds Timeout, DefaultValue = 10, MinValue = 1)]
public int SecondsTimeout get; set;

[Parameter(One Cancels Other, DefaultValue = 1, MinValue = 0, MaxValue = 1)]
public int Oco get; set;

[Parameter(Trigger (pips), DefaultValue = 20)]
public int Trigger get; set;

[Parameter(Trailing Stop (pips), DefaultValue = 10)]
public int TrailingStop get; set;


protected override void OnStart()

MarketData.GetMarketDepth(Symbol).Updated = MarketDepth_Updated;


protected override void OnTick()

if (position == ) return;

// Trailing
if(position.TradeType == TradeType.Sell)

double distance = position.EntryPrice - Symbol.Ask;

if (distance gt;= Trigger * Symbol.PipSize)

double newStopLossPrice = Symbol.Ask TrailingStop * Symbol.PipSize;
if (position.StopLoss ==


else

double distance = Symbol.Bid - position.EntryPrice;

if (distance gt;= Trigger * Symbol.PipSize)
newStopLossPrice gt; position.StopLoss)

Trade.ModifyPosition(position, newStopLossPrice, position.TakeProfit);






private void MarketDepth_Updated()

if ((int) Server.Time.DayOfWeek == NewsDay ! _ordersCreated)

var triggerTime = new DateTime(Server.Time.Year, Server.Time.Month, Server.Time.Day, NewsHour,
NewsMinute, 0);

if (Server.Time lt;= triggerTime (triggerTime - Server.Time).TotalSeconds lt;= SecondsBefore)

_ordersCreated = true;
DateTime expirationTime = triggerTime.AddSeconds(SecondsTimeout);

dual sellOrderTargetPrice = Symbol.Bid - PipsAway*Symbol.PipSize;
Trade.CreateSellStopOrder(Symbol, Volume, sellOrderTargetPrice,
sellOrderTargetPrice StopLoss*Symbol.PipSize,
sellOrderTargetPrice - TakeProfit*Symbol.PipSize, expirationTime);

dual buyOrderTargetPrice = Symbol.Ask PipsAway*Symbol.PipSize;
Trade.CreateBuyStopOrder(Symbol, Volume, buyOrderTargetPrice,
buyOrderTargetPrice - StopLoss*Symbol.PipSize,
buyOrderTargetPrice TakeProfit*Symbol.PipSize, expirationTime);




protected override void OnPendingOrderCreated(PendingOrder newOrder)

if (newOrder.TradeType == TradeType.Buy)
_buyOrder = newOrder;
else
_sellOrder = newOrder;


protected override void OnPositionOpened(Ranking openedPosition)

standing = openedPosition;
if (Oco == 1)

Trade.DeletePendingOrder(_buyOrder);
Trade.DeletePendingOrder(_sellOrder);
_ordersCreated = false;



protected override void OnPositionClosed(Ranking closedPosition)

standing = ;

moklsecogi
08-05-2023 10:19, 10:19 AM
Hi All,
I just joined this forum. I'd love to see if traders can offer feedback on the attached UI which I constructed along with automated egies[you name it]. It can be a part of it. Currently, this UI can run along with Ninja Trader, but I am focusing on attracting the UI that is comparable for some other platforms.
The red buttons are available (or short sell) and the green buttons are buy(or pay ). The clicks to any of the buttons puts orders on Ninja Traders Chart.
Https://www.nigeriaforextrading.com/attachments/15302812081337414842.png
Please send me your feed back in case any of you think this will help the small guys.

cheoxa92
08-05-2023 11:40, 11:40 AM
Anyone. Any clarifiion needed please PM me. More screen shots accessible

Sell Entry
Rule 1: Price closed over the 7SMA Low --(Adjustable for future changes complete range)
Rule 2: RSI 10 Median Price (HL/2) cross below 50 --(Adjustable for future changes complete range)
Cease is put 1 candle straight from current candle XX pips over the 7SMA High (Buffer) --(Adjustable for future fluctuations )

Buy Entry
Rule 1: Price closed over the 7SMA High --(Adjustable for future changes complete range)
Rule 2: RSI 10 Median Price (HL/2) cross over 50 --(Adjustable for future changes complete range)
Cease is put 1 candle straight from current candle XX pips below the 7SMA High (Buffer) --(Adjustable for future adjustments )

What I am looking for is:

choice to set as a commerce supervisor or to exchange auto

Trade manager if commerce is put manually EA to place stop and TP according to settings.
If manual suggested trade size for place to exhibit.
Position missing TP_X Pips - Yes/No
Place Missing SL_X Pips - Yes/No

When commerce is set to Auto transaction, commerce size to be predicated on risk chosen. Choice to verify entry with email alert.
Risk - 0.5% of equity Size of position calculated based on percentage risk and auto adjusted as account develops.

Choices to take profit and dimensions of position. ( Perhaps only two TP and remainder to follow about the trailing stop as chosen below)
TP 1_X pips
TP 1_X lots
TP 2_X pips
TP 2_X lots
TP 3_X pips
TP 3_X lots

Remainder to continue to follow along according to trailing stop selection below.

Capital protection = True
NoLoss after_X pips

Trailing Stop options:
Trail Just in profit=True
Manage Trade Time Frame=(M5,M15,M30,M60,M240,D1)
Option 1.
Trail Candle
Trail behind candle_X Candles back from current candle
Buffer_X Pips (pips under / over Candle) - auto adjusting based on the the Kind of entry Buy or Sell

Choice 2. (if Sell, Cease to follow over the SMA Low, Should Buy Cease to follow below the SMA High)
Trail MA
Trail Just in profit=True
MA Stage
MA Type
MA Price
MA Alter (Candles behind current candle on MA)
Buffer (pips below/ above MA) - auto adjusting determined by the the Kind of entry Buy or Sell

Choice to display commerce advancement on screen.
Show_Status = true; // Display status of commerce direction in action
change X = 10;
change Y = 15;
Window Num = 0;
Window Corner = 1;
Status_Font = Arial;
Status_Font_Size = 9;
Status_Color = Gray;
Choice to have the transaction path in reduction or only once in profit.
Attached Image (click to enlarge)
https://www.nigeriaforextrading.com/attachments/15302812111597636740.png

bubuli
08-05-2023 13:01, 01:01 PM
Hi Alex,
Are you currently able to develop for MT4,
I need a Robot for MT4. If you're ready to help, I will post the requirements.

Thanks in advance.

regards,
Kiran Kumar

Novi
08-05-2023 14:22, 02:22 PM
In order to practice in C# programing I'll code robots and indiors for everybody who ask it in this thread. There are just two states: 1) Your robot/indior must be nicely described here 2) Anyone on the forum may use it if it's implemented So everybody is welcome!
Could you please give a robot .which is automatically place sl and tp....with 20 or 50 pips.... When I input my transaction.

Pemchila
08-05-2023 15:42, 03:42 PM
can anyone help me to enter ALARM to this indior? It has been tried by me, but it stopped functioning.
https://www.nigeriaforextrading.com/attachments/15302812141656506681.mq4

Aumyhgwz
08-05-2023 17:03, 05:03 PM
Hi All,

I need help from anyone who knows a bit of coding in MT4

I want to back test a egy, for which I need to create a client indior

Indior which I want to create is going to be a combo of Semafor custom indior along with the bullish or bearish candle stick. Basically a sound and email alert Once the price makes a Bullish-Level 3 Semafor and a Bearish-Level 3 Semafor


Anyone who can help me with this, could be valued

Attached are the cases of bullish and bearish semafor cases

I can be reached in



Regards,

Praveen
https://www.nigeriaforextrading.com/attachments/153028121661086039.png
https://www.nigeriaforextrading.com/attachments/1530281218819032501.png

aipkmcammalala
08-05-2023 18:24, 06:24 PM
Hello there guys/gals,

I have been trying to convert the Sonic R System out of MT4 into cTrader for a couple of weeks now with no type of success.... I am no good in c# along with my timing is restricted, right now I am using two different platform to convert the indior. Anybody here able to help me with this?

(I've tried 2calgo. Com)

Thanks in advance and I wish you all lots of pips and even more happy wholesome days.

AfmiiMM
08-05-2023 19:45, 07:45 PM
I would like an EA that will place a pending order on the London and New York open.
I would love to have the ability to decide before the open when I want a buy order or a market order then the moment the clock clicks within the order is set.
The pending order is ten pips over or below the open using a twenty pip take profit along with a twenty pip stop loss but using a ten pip trailing stop.
Sounds simple but I would not have a clue about coding matters.
Thank you.

lilijuanox
08-05-2023 21:05, 09:05 PM
Hello, and thanks for your kind offer.

One fine indi missing from cTrader is ZUP. I have attatched two variations, neither of which 2calgo. Com would handle.

Can you handle the conversion?

Thanks again,
Merlin
https://www.nigeriaforextrading.com/attachments/15302812201365926246.rar
https://www.nigeriaforextrading.com/attachments/15302812271508213632.mq4

lilijuanox
08-05-2023 22:26, 10:26 PM
I think this thread is dead. According to his profile, Alex hasn't logged on Nov 2014.

Pity.... It was a nice idea and offer

vimal
08-05-2023 23:47, 11:47 PM
Hi Alex, Do you find a future where MT4 is no more? I have toyed with the idea of moving platforms, but not sure of this broker uptake. On a seperate note, do you have some experience with programming DLLs? This is. Any clues on where to get started? Fred
Hello alex,
I want to Ea this such as EA. Title res climbed EA. It's fine mql5.com-market. Pls find it nad answer me.
Azam

Alba.h.o
08-06-2023 01:08, 01:08 AM
In order to practice in C# programing I will code robots and indiors for everybody who request it in this thread. There are two states: 1) Your robot/indior must be nicely described here 2) Anyone on the forum may use it when it is implemented So everyone is welcome! Hello Alex
I like to trade the volume because volume precedes price!
My Weiswave3 indior does a fantastic job but may be improved as explained on the attached chart. It give tips for your price to turn the direction!
It'd be great if you were able to look after the necessary modifications to better read the volume and delete the unnessary lines on the chart.
I add the free indi for all who are interested along with also the description about the connected chart.Attachment 1724500,
https://www.nigeriaforextrading.com/attachments/15302812381426350654.png

mussa2
08-06-2023 02:29, 02:29 AM
quote Hi Alex I love to exchange the volume because volume precedes price! Now my Weiswave3 indior does a good job but may be improved as described on the chart. It provide hints for your price to reverse the direction! It'd be fantastic if you could look after the changes that are required to better read the volume and then delete the traces on the chart. I add the free indi for all who are interested along with also the description on the chart. file, picture I found this variant online it sounds more accurate on my offline charts....still includes all these traces though https://www.nigeriaforextrading.com/attachments/1530281194.pnghttps://www.nigeriaforextrading.com/attachments/1530281241980052654.mq4

hecpkmugs
08-06-2023 03:49, 03:49 AM
Hello.
Any body can create Ea with this straegy


http://worldwide-invest.org/worldwide-trading-systems-and-egies/44750-amazing-hedge-egy-market-profit.html
assume for euro/usd

buy @ 1.5500 (any price you can buy) lots 0.10
same time place two pending order
1. buystop @ 1.5510 lots 0.10
2. Sellstop @ 1.5490 lots 0.10

if initial order move 10 pips take it'll be greedy
unlucky your initial order move in negetive zone, after which your sell stop automatically trigger @ 1.5490 and your margin will likely be zero

as soon as your sell order will trigger @ 1.5490, you need to place immidiately again two pending order corresponding with you current ranking
1. buystop @ 1.5500 lots 0.10
2. Sellstop @ 1.5480 lots 0.10
and delete the privious pending order buystop @ 1.5510

when the price move 1.5480 that our sellstop will trigger immidiately, again the same pattern to follow two pending order corresponding with you current position
1. buystop @ 1.5490 lots 0.10
2. Sellstop @ 1.5470 lots 0.10
and delete the privious pending order buystop @ 1.5500

do this until you got 20 pips profit complete

as soon as our 20 pips profit hit near all order and delete pending order

then what,

we obtained our 20 pips, start again the cycle for initial order 10 pips or several order 20 pips profits

you'll need $1000 and demanded 20 pips at london session and 20 pips at US session

mean daily 40 pips x 22 times = 880

Jllemamokoxsa
08-06-2023 05:10, 05:10 AM
Hello Alex

I am Searching for a Bollinger Band Indior.
Settings are Stage 20
Deviations 2.5
Shift 0
Apply to shut

Once current candle closes above upper bollinger band or closes below lower bollinger band,
subsequently arrow with alarm.
BB Break 2. I would like C format although mq4 is an example MT4 indior.

The notion is reversal trading. Put a trade from the opposite direction.
Attached example from MT4 chart.
Thanks
https://www.nigeriaforextrading.com/attachments/1530281242452038662.mq4
https://www.nigeriaforextrading.com/attachments/15302812441466737252.png

Paskqual
08-06-2023 06:31, 06:31 AM
hello colleagues traders, a few of you are capable of encoding a few indiors in c to cTrader?
I'd love to determine how they operate these three indiors within this platform

due to all, also to those who can help me
https://www.nigeriaforextrading.com/attachments/15302812461483240089.mq4
https://www.nigeriaforextrading.com/attachments/1530281248303132264.mq4
https://www.nigeriaforextrading.com/attachments/1530281250614444261.mq4

campll
08-06-2023 07:52, 07:52 AM
Hi good folks,

Please, I'm quite desperate for someone to assist me with this indior.
Its just for shading between these lines just:
1) wfib125 and wfib25.
2) wfib75 and wfib875.
3) wEH125 and wEH25.
4) wEH75 and wEH875.
5) wEL125 and wEL25.
6) wEL75 and wEL875.

So that the indior can color between the purple lines just. Perhaps even add an option for shading to be put on the indy by user.
Also, options for individual lines width, design and color to be changable by user would be great.
Please find the indior attached.
Thank you so much
https://www.nigeriaforextrading.com/attachments/15302811121714260056.mq4

cammen
08-06-2023 09:12, 09:12 AM
Hello traders and coders well am searching for an indior that may show the bullish or the past bearish candle befor a big move, please let me know if that's possible thank you MT4

Mocio28hwlva
08-06-2023 10:33, 10:33 AM
Hi Traders, Coders Coders that are Traders,

Would love Alarms that pop up using sound built into the subsequent indiors.

PSAR: when arrows change from negative to positive or vice versa on the very first new arrow (not added as a attachment, cant appear to get it on record of indiors?)
Itmf_sigalert: same concept, when bars change from negative to positive or vice versa, on the very first new bar
fractal level: if price touches the fractal line
Dynamic S/R: When price touches or better yet closes above/below these lines , the R or S line
MACD RSI: when an arrow appears
EWO: same concept, when bars change from negative to positive or vice versa, on the very first new bar

I use these together to make a decision as to an entrance. If my indiors are fixed I'll show you the way that I exchange on the M15 charts.

Many thanks beforehand I hope the uploaded documents are good.

PS why are indiors coded without an alert that's similar to a vacant choc wrapper?
https://www.nigeriaforextrading.com/attachments/1530281114696581916.ex4
https://www.nigeriaforextrading.com/attachments/15302811161328643329.mq4
https://www.nigeriaforextrading.com/attachments/1530281117892023234.ex4
https://www.nigeriaforextrading.com/attachments/15302811191513317685.ex4
https://www.nigeriaforextrading.com/attachments/15302811211424491905.ex4
https://www.nigeriaforextrading.com/attachments/1530281123553032880.ex4
https://www.nigeriaforextrading.com/attachments/1530281126364713455.mq4

pemalla9779
08-06-2023 11:54, 11:54 AM
In order to practice in C# programing I will code robots and indiors for everybody who ask it in this thread. There are just two conditions: 1) Your robot/indior has to be nicely described here two ) Anyone on the forum can use it if it is implemented So everybody is welcome!
Hi there,

Would you please assist me amend the attched cAlgo?

The current purpose is, it follows the trend but also keeps launching the rankings on the opposite direction. Suppose that the trend is going up in order the positions are opening and closing upwards it keeps launching rankings.

What I want to do is following the trend function is nice but the rankings opening in the opposite direction should be pending orders.

I hope you can repair it. I'll be thankful to you.

Kindest Wishes,

Sohail
https://www.nigeriaforextrading.com/attachments/1530281128921334674.txt

oxumicio
08-06-2023 13:15, 01:15 PM
Hi guys!
I've an EA (in MT4) I am bad at he coding I need some help.
There is an Alert int that the source code what states: The GAP was closed I use the EA on a lot of currencies and I would love to place that information into the message where currencies are all closed. For example The GAP was closed on the EUR/JPY. So what if write into this?

jalip
08-06-2023 14:35, 02:35 PM
Hi guys! I've an EA (in MT4) I'm bad at he coding so I need some help. There is an Alert int The GAP was closed I use the EA on currencies and I would like to place that information into the message where currencies are shut. On the EUR/JPY The GAP was closed for example. So what should write into that? Lablovezel-
Symbol()

oxumicio
08-06-2023 15:56, 03:56 PM
quote - Symbol() Thank You!

oxumicio
08-06-2023 17:17, 05:17 PM
quote - Symbol() Hi again! I am so very amateur at this.
I wrote to the alert The GAP has been closed Symbol() But it doesn't work. Do I need to do something different?

jalip
08-06-2023 18:38, 06:38 PM
quote Hello again! I am so very amateur at this. I wrote into the alert The GAP was closed Symbol() But it does not work. Do I need to do something different? Lablovezel-
Symbol() is a var.
The GAP has been closed on Symbol();

familypamkealpk
08-06-2023 19:59, 07:59 PM
Are you coding EA's for everybody? The indior I wish to implement.
https://www.nigeriaforextrading.com/attachments/15302811301817168639.png

Egwin
08-06-2023 21:19, 09:19 PM
This robot is profitable but what's missing is the chance to target specific period of the afternoon (to prevent London and NY news period )
Can somebody add a time trading function to it?

Http://ctdn.com/algos/cbots/show/876
Attached Image (click to expand )
https://www.nigeriaforextrading.com/attachments/1530281133984825942.png

LheSpy
08-06-2023 22:40, 10:40 PM
Please check these 2 bots at cAlgo

http://ctdn.com/forum/calgo-support/7584

cxmlus
08-07-2023 00:01, 12:01 AM
In order to practice in C# programing I'll code robots and indiors for everybody who ask it in this thread. There are two requirements: 1) Your robot/indior must be well described here two ) Anyone on the forum may use it when it's implemented So everyone is welcome! Dear alexfly sir, I have downloaded two volume indiors. When I attach to chart one indior is worked in 1hr 30 mn 15 minutes and 5 minutes. . Gave good result but unexpectedly it shut terminal. Mt4 then open but again and again this indior making to close the mt4. Can you resolve that issue and check that indior.
And the next one indior is not at all opening. Check the problems out and bring back with conditions. . Really much thankful if I receive this after fix... thanks in advance
https://www.nigeriaforextrading.com/attachments/1530281135778777267.21
https://www.nigeriaforextrading.com/attachments/1530281138171966465.06

Imayfem
08-07-2023 01:22, 01:22 AM
Hello
That is an indior that alerts when a candle is over x pips.
I have added speech functionality.
Can anybody add the capability to choose which time period that the indior will follow along?
For instance I am viewing the 1 hour time frames however I want the indior to allert me when the 5 minute candle is above x pips.
Thank you
https://www.nigeriaforextrading.com/attachments/15302811411182610302.ex4
https://www.nigeriaforextrading.com/attachments/15302811431616703026.mq4

Fuckyou0
08-07-2023 02:42, 02:42 AM
Hello Platform Tech:
Wow!
Thanks for you, I found Spotware and downloaded cAlgo (so far).
Looks looks a Mixture of MetaEditor/Navigator/Community in MetaTrader.
I am an amateur with MT4 (and mql4), so I entered a post on 8 July at
https://www.nigeriaforextrading.com/forex-brokers/85-mt4-brokers-ea-indi.html
at which I'm on page 722. [At this particular thread, coders (sometimes ) will construct an EA for you.]
I am prepared to try a new platform, to Demo examine my EA (working name: Buy_Sell).
My post in the aforementioned thread is 3/4 total. (Missing: money management.)
But at
http://www.babypips.com/school/undergraduate/senior-year/position-sizing/calculating-position-sizes.html
http://www.babypips.com/school/undergraduate/senior-year/position-sizing/complex-position-sizing.html
they describe how to discover the lot dimensions to trade.
(In the FxPro Demo, I have $1,000 in 20:1 and I hope to trade 2 percent of my account on each transaction, until I gather sufficient statistics to possibly try another percentage/trade.)
Also at babypips, they urge that scalpers ought to have the ratio of SL to TP as 0.7 to 1.0.
(Taking into account the current spread and the broker's StopLevel.)
If you could code Buy_Sell, I would be most grateful.
Thank you.

Pemlum21
08-07-2023 04:03, 04:03 AM
In order to practice in C# programing I will code robots and indiors for everyone who request it in this thread. There are two requirements: 1) Your robot/indior must be well described here two ) Anyone on the forum can use it when it's implemented So everyone is welcome! Hello Alex please will you help me out to alter the language of this alert of the indior to english.Thanks
https://www.nigeriaforextrading.com/attachments/15302811481113598349.mq4

LenaMo
08-07-2023 05:24, 05:24 AM
Dear Coder and Experts,https://www.nigeriaforextrading.com/attachments/1530281105.png

I Want simple EA, Please I Want to.. .and Create it for me https://www.nigeriaforextrading.com/attachments/1530281105.pnghttps://www.nigeriaforextrading.com/attachments/1530281105.pnghttps://www.nigeriaforextrading.com/attachments/1530281105.png

BUY STOP SELL STOP ORDER


INPUT

Lot Size
Max Trade
Take Profit - TP ( in Point )
Stop Loss - SL ( in Point )
Next Trade After
Next Trade Option

Truth

Lot Size: 0.01
Max Trade: 20
Take Profit - TP: 100 Point ( 10 PIPS )
Stop Loss - SL: 50 Point ( 5 PIPS )
The following Trade Following: 100 Point ( 10 PIPS )
Next Trade Choice: 1,2 or 3

Choice 1 exactly the same all trade, if I submit 0.01 then all max trade is 0.01 buy stop or sell stop order
Choice 2 = 1 1, if I submit 0.01 then next trade 0.02, 0.03, 0.04....till max trade buy stop or sell stop order
Choice 3 = 1*1, if I submit 0.01 then next trade 0.02, 0.04, 0.08....till max trade buy stop or sell stop order

I hope you got it,

today if robot begin then input and operate it buy stop order and sell stop order both side

and one create close button ( Close All Order ) on are display

if I click Close All Order Button then shut all Pending Order,

It's Really Thank full to Generate me,

Thank You in Advance,https://www.nigeriaforextrading.com/attachments/1530281105.pnghttps://www.nigeriaforextrading.com/attachments/1530281105.pnghttps://www.nigeriaforextrading.com/attachments/1530281105.png

aspkleipkm
08-07-2023 06:45, 06:45 AM
this is the example of the donchian sign, will be glad if you're able to do so pls.
https://www.nigeriaforextrading.com/attachments/1530281150446800811.png

albasolmok
08-07-2023 08:05, 08:05 AM
quote Hi Alex I love to exchange the volume because volume precedes price! Now my indior does a good job but may be enhanced as described on the chart. Hints that are good are given by it for the price to turn the direction! It would be great if you could take good care of the changes that are necessary to better read the volume and then delete the unnessary lines on the chart. I add the free indi for those people who are interested and the description on the chart. file, picture I did not make it into a C# indior, however:
- created it so you can set a separate'Difference' worth for each timeframe, or allow the indior chose a gap for you (2*(200 period atr)) if you depart the value . The worth of 150 only looked fair for M15 or M30, was obviously a bad value for M1 or MN1.
- Made it so you can turn the lines off and on (enter bool showWaveLines = true)
- Made it so you could chose to place a price markers in the loion where a wave change is discovered by the indior (enter bool showChangePrices = true)
- left the show volume lables change (enter bool ShowVolumeLabels = true)
- The indior calculated all bars with every new bar, now it doesn't, it only goes straight back to the last calculated bar.
https://www.nigeriaforextrading.com/attachments/1530281152281283582.mq4

gaaniel30
08-07-2023 09:26, 09:26 AM
Hello Coders...

I want help with an idea thats given me good paper trades results, based on the Shooting Star indior. .

Im using indiors thats free on the internet and I should fulfill 5 requirements before I SELL....

1) Shooting star sign
two ) Awesome ind = RED
3) Pro TDI ind = RED over Green and Below Yellow
4) TDI ind = RED over Green and Below Yellow
5) Enter at 50% of Fib on next candle and STOP at 0.0% of Fib

Can anybody PLEase CODE THIS for me with all the following:
1) Scanning 15m, 30m, 1h, 4h in the desktop 24/7
1.2) RSi 12 above 70 or below 30
two ) Alert me through notifiion if ALL 5 Measures are in sync
3) Notify me at 261.8% to first close
4) Notify me at 423.6% for moment close

is this achieved and what would the cost be???? Any recommendations I can increase my egy????

THANK YOU
Jannie






Second image is a FALSE signalgt;gt;gt; NO Trade!!!
Attached Images (click to enlarge)
https://www.nigeriaforextrading.com/attachments/15302811561609071647.png https://www.nigeriaforextrading.com/attachments/1530281162809690306.png

https://www.nigeriaforextrading.com/attachments/15302811682003093955.pnghttps://www.nigeriaforextrading.com/attachments/15302811731606906078.png

Lomaiin
08-07-2023 10:47, 10:47 AM
That can be an indior that alerts when a candle is over x pips

multipurpose frame variant
https://www.nigeriaforextrading.com/attachments/1530281040450015602.mq4

anaiis2000
08-07-2023 12:08, 12:08 PM
Hi....
Cyber1,fxdaytrader and any coder... please help me for easy modifiion from the EA (Attached) with adding indior (Attached) for filter the tendency. I utilize this indior to make a choice as an entry. no chang
1. Event signal indior buy.... The EA close market orders and common extended orders.
2. Event signal indior market.... The EA close buy orders and common short orders.

I hope you can repair it. Thanks in advance.

regards,

https://www.nigeriaforextrading.com/trading-system-and-egies/60-steve-trading-journal.html
https://www.nigeriaforextrading.com/attachments/15302810491998632147.0
https://www.nigeriaforextrading.com/attachments/1530281051932400137.9

Camlacaalo
08-07-2023 13:29, 01:29 PM
Hi,

I would appreciate if you could allow me to modify this Calgo indior (TCCI) in order to be able to chose the Data Source as I'm working with Renko. I.e. make it possible to use the indior to Renko Close.

Thank you
https://www.nigeriaforextrading.com/attachments/1530281053672058579.rar

mulhlomenzo2000
08-07-2023 14:49, 02:49 PM
Hello

Urgent help, please!! Anybody.

I need some help to change a indi. Don't think it's a major change. See the pics that are attached. I provide 2 examples.

The indi alarms when candle sticks and I need it to alarm sooner.

I tried to change it messed up. Hehe

I also join the indi.

https://www.nigeriaforextrading.com/attachments/15302810561772541009.png
https://www.nigeriaforextrading.com/attachments/15302810592097272377.png
https://www.nigeriaforextrading.com/attachments/1530281061970680139.mq4

coexxobmanco
08-07-2023 16:10, 04:10 PM
Hi Urgent help, please!! Anybody. I want some help to change a indi. Don't think it's a major shift. See the attached pics. I provide 2 examples. When candle sticks, the indi alerts and I need it to awake. I tried to change it messed up. Hehe I attach the indi. Example 1 Changes. Jpg;2167086 Trouble Change example two. jpg;2167087 Double_Trouble. Mq4;2167088 picture image file Are you sure that copy/pasting your request across 8 distinct threads suffices? I would recommend at least 8 more.

mulhlomenzo2000
08-07-2023 17:31, 05:31 PM
quote Are you convinced that copy/pasting your request across 8 different threads suffices? I would recommend at least 8 more. Https://www.nigeriaforextrading.com/attachments/1530281030.png recommend some and I will quickly post my request there as well. Need help urgently. There's cash to be made. https://www.nigeriaforextrading.com/attachments/1530281030.pnghttps://www.nigeriaforextrading.com/attachments/1530281030.png

giegokoa
08-07-2023 18:52, 06:52 PM
In order to practice in C# programing I'll code robots and indiors for everyone who ask it in this thread. There are two conditions: 1) Your robot/indior has to be well clarified here two ) Anyone on the forum can use it if it is implemented So everybody is welcome! Plz add stoploss this ea
other create same like new ea with stoploss each entery
https://www.nigeriaforextrading.com/attachments/15302810621662169275.mq4

gelll1966
08-07-2023 20:12, 08:12 PM
Would it be possible to create an ema indior to get cTrader which has visualization? It is one little adavntage MT4 has over cTrader at the moment for me.

Alibennel
08-07-2023 21:33, 09:33 PM
Hello everyone, I need assistance with my platform, I'm using MT4 build 1045, only lately, about a week ago the metaeditor.exe ceased working on my platform. Everytime I change an indior, the mq4 document will not be opened by it and instead provide me an initialization error 4 comment. I don't have this problem before, simply don't know what happen, please. Thanks in advance...

Floma1995a
08-07-2023 22:54, 10:54 PM
In order to practice in C# programing I'll code robots and indiors for everyone who ask it in this thread. There are just two conditions: 1) Your robot/indior must be nicely described here two ) Anyone on the forum can use it when it's implemented So everybody is welcome! Pls help me with this code to c#. .it is merely n arrow indior..showing that a retracement of 45% or more on a bar.

Z = input(45, title=Inventory Retracement Percentage percent, maxval=100)
// Candle Range
a = abs(high - low)
// Candle Body
b = abs(close - open)
// Percent to Decimal
c = z/100
// Range Verifiion
rv = b lt; c*a
// Price Level to get Retracement
x = low (c * a)
y = large - (c * a)
sl = rv == 1 plus higher gt; y and close lt; y and available lt; y
ss = rv == 1 plus very low lt; x and close gt; x ray and receptive gt; x
// Line Definition
li = sl? Y: ss? X: (x y)/2
// Plot Statement
plotshape(sl, style=shape.triangledown, loion=loion.abovebar, color=red, title = Long Bar, transp = 0)
plotshape(ss, fashion =shape.triangleup, loion=loion.belowbar, color=green, title = Brief Bar, transp = 0)
plot(li, style = line, color = blue, title = Inventory Bar Retracement Price Line)

GuagalupeBC
08-08-2023 00:15, 12:15 AM
hey good friend can you please code for this indior to provide BUY AND SELL alarms or PUT OR CALL for binary possibilities,will actually appreciate your help. . .here is your indior below
https://www.nigeriaforextrading.com/attachments/15302810641605863501.ex4

APS1994
08-08-2023 01:35, 01:35 AM
@mntiwana

Albagamcay21
08-08-2023 02:56, 02:56 AM
Hello Traders,

I am trusting that everybody's having an wonderful trading day.

Can somebody please assist me? I am searching for somebody to code the connected MT4 indiors with the following changes:
1. Paint a rectangle once the line is at the zones that are overbought or oversold.
2. The ability to have an alert which could be customized for an email a solid, or text message.
3. The new indior should have the same functionality as the current indior with all these changes.
4. I'd appreciate functionalities or any extra changes which you coded onto this indior.

Thanks for your time and consideration.

Gunny D
https://www.nigeriaforextrading.com/attachments/1530281066106843285.ex4
https://www.nigeriaforextrading.com/attachments/15302810691956247214.mq4

Jomgijuniomv
08-08-2023 04:17, 04:17 AM
Hi Traders // Developers // Coders,

Can anyone assist me with this EA which is not functioning on Offline chart (Renko Chart), this works fine on Online (Normal 1min, 5min, 15min so and so). However, maybe not focusing on offline. Please help me out with creating the identical work on Renko Chart.

Thanks ahead
https://www.nigeriaforextrading.com/attachments/1530281071189867993.mq4
https://www.nigeriaforextrading.com/attachments/1530281073263838785.mq4

vicpkmmubico
08-08-2023 05:38, 05:38 AM
In general CTrader is a Dream platform and Thus user friendly
But after using it for a while I Attempted to Check a egy depend on opening over than 500 Ranking
But unfortunately this was impassible at cTrader
The platform became so slow and even shutdown some time
I think That They need to resolve this Problem

Jllele26
08-08-2023 06:59, 06:59 AM
1 Attachment(s)
In order to practice in C# programing I'll code robots and indiors for everyone who request it in this thread. There are two requirements: 1) Your robot/indior must be well clarified here 2) Anyone on the forum may use it when it is implemented So everybody is welcome! I have attached my ea that I really need one to program for me. I have high hopes for this EA. It is well thought out regarding risk management. It uses no timeframes and just looks at price. Your help would be really appreciated by me and I think done you will also gain from it.

Please feel free to ask me about anything that is unclear to you. I will make you understand

My email address is
https://www.nigeriaforextrading.com/bitcoin-talk-and-cryptocurrencies/232-difference-pips-moving-average.html

lenike35
08-08-2023 08:19, 08:19 AM
Can some one create indior of ff home page pip dashboard. Can some 1 direct me, if one exists. Thanks and
Regards

mikelmemche
08-08-2023 09:40, 09:40 AM
hello to all coders in here, in case u really are a gooood coder only pm me to code a job, certainly u haven't seen 25% of my idea anywhere. Either at the exit or in the entrance. I have two systems,one running on the other on monthly cybo life and cybo life. I met with few coders on here however are not resposive and not good as anticipated. I call this, cybo life bcos the body of a person has a shape but without life inside, it cannot be active to measure in a way ( this is the Currency Market market.)

However b4 I give u the systems, u need to code one easy job for me to see ur experties I offer this too.

Hope.
Thannks in advance
https://www.nigeriaforextrading.com/attachments/1530281076302827091.txt

Jomgijuniomv
08-08-2023 11:01, 11:01 AM
Any suggestion on my petition on this thread:

https://www.nigeriaforextrading.com/bitcoin-talk-and-cryptocurrencies/160-moving-average-indior-removes-sunday-candles.html

oxmioxmglpk
08-08-2023 12:22, 12:22 PM
I need a indior, This is the concept....

Straightforward for Coders.... But maybe not for me personally....

I only post some screen shots....

I need its source code additionally

https://www.nigeriaforextrading.com/attachments/1530281081416712709.pnghttps://www.nigeriaforextrading.com/attachments/15302810831249882085.pnghttps://www.nigeriaforextrading.com/attachments/15302810851497529607.png

oxmioxmglpk
08-08-2023 13:42, 01:42 PM
https://www.nigeriaforextrading.com/attachments/15302809971956685407.png

punlamexxi
08-08-2023 15:03, 03:03 PM
Hello.... Cyber1,fxdaytrader and any coder... please assist me to get easy modifiion in the EA (Attached) with incorporating indior (Attached) for filter the tendency. I use this indior to create a choice as an entrance. no chang 1. Event signal indior buy.... The EA near all market orders and frequent extended orders. 2. Event signal indior market.... The EA near all buy orders and frequent brief orders. I am hoping you can repair it. Thanks in advance.... That this EA of this channel scalper works? Can someone explain me the reason why it closes take profit said?

anaiis2000
08-08-2023 16:24, 04:24 PM
quote this EA of the station scalper works? Can someone explain me why it closes sooner than simply take profit mentioned? It might use Break even and Divide even profit... you must set = 0 in Case You use TP to your liking

Umeha
08-08-2023 17:45, 05:45 PM
BIG CHALLENGE:

I need a coder to help with creating a currency slope strength custom indior to get CTrader platform...

recreate css vs 3.8 into CTRADER habit indior.

Any takers? In the event that you so prefer we can take the conversation offline.

phbeulmo
08-08-2023 19:05, 07:05 PM
Dear Alex that is my problem to get a mt4 ea
https://www.nigeriaforextrading.com/forex-brokers/87-iamfx-mt4.html

thanks that a lot of you can help!

leisok2
08-08-2023 20:26, 08:26 PM
Alex_Fly (the thread Proprietor ) wasLast Online: Nov 20, 2014 He had OP on Mar 17, 2014 only two articles in his thread and a second post on Mar 18, 2014.
So far as I could see from the thread, he didn't code any request.

phbeulmo
08-08-2023 21:47, 09:47 PM
I overlooked that hope somebody can help best regards m

kikem66
08-08-2023 23:08, 11:08 PM
Alex_Fly (the ribbon owner) was Last Online: Nov 20, 2014 He'd just two articles in his thread, OP on Mar 17, 2014 and a second post on Mar 18, 2014. As far as I could see from the ribbon, he did not code any petition. Thread was created to steal ideas and egies of individuals. Nothing real.

Camlola
08-09-2023 00:29, 12:29 AM
Hi, I have an awesome idea for an indior that wont be overly complied but will work great.
I'll explain it to anybody that comes in touch with me and allow me to create it.

yayi333
08-09-2023 01:49, 01:49 AM
Hi,

I ask for your assistance to bring a substitute for my indior.
It is an RSI multitimeframe alert indior. I'd like to add to the RSI.

Currently I get alarms when such as M15 is 90 and M5 to 90 additionally but I wish the alert is given only when the wonderful oscillator and under or under 0 in timeframe H4 or H1.

Example = RSI = M15 (90) M5 (90) AO under 0
or RSI = M15 (10) M5 (10) AO preceding 0 (in H4 or H1, I want to be able to select and alter these parameters if needed )

inform me if it is quite accurate as an explanation, I put you herewith my current indior which I would love to evolve with an wonderful oscillator. I am absolutely not a developer.

Thank you for your responses and your help
https://www.nigeriaforextrading.com/attachments/15302810051018332964.mq4

lavagemogayoxnle
08-09-2023 03:10, 03:10 AM
hello, I discovered this indior online and take no credit for this. Im currently using it on a time frame to detect support and resistance zones. The indior brings up the zones using text for description on chart and has alarms for each and every time that the price the price touches those zones. When the price moves bounces off a previous zone, it automatically changes the text into Verified support/resistance, examine count =1...

can you please create an email alert when the zone is verified? https://www.nigeriaforextrading.com/attachments/15302810091775133743.pnghttps://www.nigeriaforextrading.com/attachments/15302810131832772269.06

v4mgas
08-09-2023 04:31, 04:31 AM
Hi all,
Can it be feasible to have an EA with this:

1. Given Pair A and Pair B
2. Set order at 00:00 UTC:

Buy A
Sell A

BuyB
Economy B

3. Close trade at BuyA BuyB= N pips;Close trade at SellA SellB= N pips;Ngt;0

Close all transactions at 23:55 UTC

Mafusklei
08-09-2023 05:52, 05:52 AM
Hi guys!

I am searching for your help. I am migrating to cTrader from MT4 and will need to use Slope direction line.mq4 in cTrader. Anybody any idea how to convert this?
I am lost as ctrader allows me to create a auto trading system however its based on incline line indior. I would appreciate any help on this. (I tried already 2calgo converter, but it doesnt work)

Thanks ahead
https://www.nigeriaforextrading.com/attachments/1530281015280728284.ex4
https://www.nigeriaforextrading.com/attachments/1530281017765544924.mq4

sofayas1998
08-09-2023 07:12, 07:12 AM
quote Hi the arrow isn't disappeared, just a sign that the alert comes first, and you obtain an entry following the arrow looks.... Happy trading Thanks Sir. . Waiting for your inbox answer. .

Bakamlxo
08-09-2023 08:33, 08:33 AM
Hi Alex, Can you see a future where MT4 isn't any longer? I also have toyed with the notion of platforms, but not sure of the broker uptake. On a seperate note, do you have any experience with programming DLLs? Now this is something I want to research. Any suggestions on where to begin? Fred C to get dll's or any other type of implementation.

yaox17
08-09-2023 09:54, 09:54 AM
/Hello. Can someone convert this indicator to mt5? Beneath the indicator
https://www.nigeriaforextrading.com/attachments/15421916081756406878.mq4

anaiis2000
08-09-2023 11:15, 11:15 AM
Would like if you submitted your Powered_Trend_Signal_History indicator. Thank you. Hi rcbarlow you receive it.... here you go ...
https://www.nigeriaforextrading.com/attachments/15421916101410707301.ex4

Nombemjavi
08-09-2023 12:35, 12:35 PM
Thank you. I actually enjoy it.

cllelalili
08-09-2023 13:56, 01:56 PM
quote Hello rcbarlow you get it.... Here you go... file hello sir. Thank you. But one question. What does this indi represent? Is it a moving average? or etc

anpkniohg1
08-09-2023 15:17, 03:17 PM
Hi,

Can any kind soul help me to code some very simple lines on the chart based on the attached photograph?
I'm trading 3 different indices: DowJones, HangSeng Dax

I just need the 2 best lines above opening price (with the values underlined) and 2 base lines below the opening price (with the values underlined).
The line types and color is just like picture - Red thicker lines and White Dash-dot lines.
The lines must just start in the vertical period separator rather than full flat line across the whole chart.

Note: open price line isn't required.

I'm using MT4.

Thank you a lot.
https://www.nigeriaforextrading.com/attachments/15421916121755207888.png