• Home
  • Forums
  • News
  • Calendar
  • Coins
  • Market
  • Login
  • Join
  • 5:13pm
Menu
  • Forums
  • News
  • Calendar
  • Coins
  • Market
  • Login
  • Join
  • 5:13pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Forex Factory

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

I will code your scalping EAs for no charge 81 replies

Need help to code EAs for MT4 and MT5 6 replies

I will code your pivot EAs for no charge 20 replies

EAs and indicators relating to moutaki... 22 replies

InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 43,771
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments
Tags: I will code your EAs and Indicators for no charge
Cancel

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 3174317531763177Page 3178 3179
  • 1 Page 3178 3179
  •  
  • Post #63,541
  • Quote
  • Edited Sep 24, 6:23am Sep 23, 4:19pm (24 hr ago) | Edited Sep 24, 6:23am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,496 Posts
Quoting chrissfx
Disliked
{quote} Hi, thanks for the fast response. Some things to add: It's an indicator and it is open source. Here is the original: https://www.tradingview.com/script/w...lar-Arbitrage/ Big thanks also to the coder koubeissy.ibrahim.e . Or is my understanding of open source by tradingview rules wrong? The indi does something very important. It gives the direction an potential tp. {image} I'm not interested in any EA. I do need only this litte indi with mt4. There is...
Ignored
I deleted my post, because nobody answered and I figured out my dilema, but not by the pinescript. I figured it out by the idea itself as described here:
https://www.investopedia.com/terms/t...rarbitrage.asp
I have no idea how you figured out that this indicator shows when to enter and when to exit a trade???
The idea of Triangular Arbitrage has nothing to do with such signals - it only calculates if the Arbitrage will bring profit, or loss.
Like it is described in investopedia, the idea is to operate on 3 assets, for example:
Step 1. Buy Euro for USD (EURUSD) - this means Buy on EURUSD at Ask,
Step 2. Buy CHF for EURO (EURCHF) - this means Sell on EURCHF at Bid,
Step 3. Buy USD for CHF (USDCHF) - this means Buy on USDCHF at Ask.
This compound transaction can result in a profit or a loss.
So, in order to properly calculate this, we need to take into account several aspects of charts and prices.
Therefore, the pinescript formula is not a universal formula, it is a specific formula for a specific case (specific instruments).
This specific case was published as open source, but the indicator itself can not be universal with only this script.
I have figured that out in MT4.

Again, in order to get the correct result, we must follow the logic.
Maybe in TradingView we can construct any chart - EURUSD, or USDEUR - and get the price data from them?
In MT4 that is more difficult, so looking at the above example:
Step 1. requires multiplication,
Step 2. requires division (we don't have CHFEUR),
Step 3. requires multiplication.
In other cases we might not have specific charts, so we must tell the indicator what we want.
For example, I want this:
Step 1. Buy EUR for PLN (we have EURPLN - multiplication),
Step 2. Buy USD for EUR (we have EURUSD - division),
Step 3. Buy PLN for USD (we have USDPLN - division).
If the indicator must be universal, we must provide options to reverse every one of the three symbols.
And we must know exactly what we are doing, because this indicator can not think for us.
The value of the histogram is the ammount in money per 100 units we would profit or lose on such an operation.

And, there will be other issues in MT4:
1. We must remember to download all the data for the timeframes of the symbols we will be using,
2. If the mathematical operation is not right for any of the symbols, the indicator plots something else - don't know what?
3. Brokers use different names for symbols, prefixes, suffixes, etc., so we must make sure we input the symbols correctly.

Attached File(s)
File Type: ex4 BTE_Triangular_Arbitrage_Histogram.ex4   15 KB | 46 downloads

Otherwise - don't change the indicator name or it will not work!

Please share your strategy how you are interpreting this indicator for entry and exit.

BTW. What good is an indicator which shows that we could have made or lost money in the past?
And what good is an indicator which uses the Close price in the past?
In the Triangular Arbitrage idea we Buy or Sell.
In reality we Buy at Ask Price and we Sell at Bid Price.
Thus, in order to calculate the TA, we need the Ask and Bid prices, not the Close price.

So, I am asking anybody: How is this useful for predicting the future?

The only useful arbitrage is when we know the future price of an asset - this can be a few seconds earlier, or for some people this can be some milliseconds earlier.
 
1
  • Post #63,542
  • Quote
  • Sep 23, 4:58pm (24 hr ago) Sep 23, 4:58pm (24 hr ago)
  •  mortgagee
  • | Joined Aug 2021 | Status: Member | 15 Posts
Hello
Does anyone has stochastic indicator with alert when cross line 50 ? Alert is kind of " cross up" or " cross down"?
I would need both mt5 and mt4...
 
 
  • Post #63,543
  • Quote
  • Sep 23, 5:03pm (24 hr ago) Sep 23, 5:03pm (24 hr ago)
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,496 Posts
Quoting forexday
Disliked
Hi I'm looking for a previous day hilo indi for MT5 if someone can please help.. I'd prefer using the ISM_Daily_Hilo if someone has it..for MT5..thanks guys..
Ignored
Attached File(s)
File Type: ex5 MTF.HighLow.ex5   74 KB | 22 downloads
 
 
  • Post #63,544
  • Quote
  • Sep 23, 5:20pm (23 hr ago) Sep 23, 5:20pm (23 hr ago)
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,496 Posts
Quoting Skoozy
Disliked
Hello coders. Can you please, look into this indicator, and make it work? it won't load. {file}
Ignored
Generally it's working.
For further fixes please contact the author - mladen.
Attached File(s)
File Type: mq4 #WeeklySpudFibo Dashboard button.mq4   24 KB | 32 downloads
 
1
  • Post #63,545
  • Quote
  • Sep 23, 5:47pm (23 hr ago) Sep 23, 5:47pm (23 hr ago)
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,496 Posts
Quoting mortgagee
Disliked
Hello Does anyone has stochastic indicator with alert when cross line 50 ? Alert is kind of " cross up" or " cross down"? I would need both mt5 and mt4...
Ignored
https://www.earnforex.com/metatrader...chastic-alert/
 
 
  • Post #63,546
  • Quote
  • Sep 23, 5:47pm (23 hr ago) Sep 23, 5:47pm (23 hr ago)
  •  Samalin
  • Joined Apr 2017 | Status: Member | 792 Posts
Quoting mortgagee
Disliked
Hello Does anyone has stochastic indicator with alert when cross line 50 ? Alert is kind of " cross up" or " cross down"? I would need both mt5 and mt4...
Ignored
Attached File(s)
File Type: ex5 stochastic-mtf-indicator.ex5   15 KB | 24 downloads

Attached File(s)
File Type: mq5 stochastic-mtf-indicator.mq5   7 KB | 24 downloads

Attached File(s)
File Type: ex4 Stochastic mtf 4alerts arrows vlines Correct 1.ex4   80 KB | 24 downloads

Attached File(s)
File Type: mq4 Stochastic mtf 4alerts arrows vlines Correct 1.mq4   19 KB | 38 downloads
 
 
  • Post #63,547
  • Quote
  • Sep 23, 11:43pm (17 hr ago) Sep 23, 11:43pm (17 hr ago)
  •  C-12
  • Joined Jun 2012 | Status: Signed In | 5,315 Posts
Hi all,

Does anyone know how to covert these 2 x MT4 chart utilities to MT5? I've done some digging and it should be possible if we could understand what the MT5 Windows handles are (using Visual Studio SPY++).

Toggle Borders (mladen) removes all Chart borders to free up additional space on the Terminal (useful if displaying multiple charts).

ClickMax 2.0 allows users to Double/Triple click anywhere on the chart to Minimize / Maximize it.

Both tools are extremely useful for chart management in MT4 and would be a great transition if possible.
Attached File(s)
File Type: mq4 Toggle_borders.mq4   4 KB | 49 downloads
File Type: mq4 ClickMax_v2.0.mq4   5 KB | 50 downloads
 
1
  • Post #63,548
  • Quote
  • Sep 24, 3:59am (13 hr ago) Sep 24, 3:59am (13 hr ago)
  •  veter
  • | Joined Dec 2018 | Status: Member | 162 Posts
Quoting Samalin
Disliked
{quote} {file} {file} {file} {file}
Ignored
Hi. this Stochastic have lines crossing 50 level. Enjoy
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 15 KB
Attached File(s)
File Type: mq4 StochHistogram + arrows + lines + alerts mtf 1_1.mq4   8 KB | 56 downloads
 
2
  • Post #63,549
  • Quote
  • Sep 24, 4:48am (12 hr ago) Sep 24, 4:48am (12 hr ago)
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 2,271 Posts | Online Now
Quoting C-12
Disliked
Hi all, Does anyone know how to covert these 2 x MT4 chart utilities to MT5? I've done some digging and it should be possible if we could understand what the MT5 Windows handles are (using Visual Studio SPY++). Toggle Borders (mladen) removes all Chart borders to free up additional space on the Terminal (useful if displaying multiple charts). ClickMax 2.0 allows users to Double/Triple click anywhere on the chart to Minimize / Maximize it. Both tools are extremely useful for chart management in MT4 and would be a great transition if possible. {file}...
Ignored
use indicator named XU border
 
 
  • Post #63,550
  • Quote
  • Sep 24, 6:32am (10 hr ago) Sep 24, 6:32am (10 hr ago)
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,496 Posts
Quoting veter
Disliked
{quote} Hi. this Stochastic have lines crossing 50 level. Enjoy {file} {image}
Ignored
LOL, every stochastic indicator with alerts has alert for crossing 50 level.
You just input OverBought = 50 and OverSold = 50...
 
 
  • Post #63,551
  • Quote
  • Sep 24, 6:42am (10 hr ago) Sep 24, 6:42am (10 hr ago)
  •  Javedsheikh
  • | Joined Apr 2021 | Status: Member | 17 Posts
Dear All!

With due respect i would request that does anyone have any idea if this indicator is? attached with screenshot. Moreover anyone has its source code file ? MQ4 file. Help is requested from all the worthy members of this thread.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot 2023-09-24 153815.png
Size: 26 KB
Attached File(s)
File Type: ex4 Cashpower_Indicator_with_push.ex4   16 KB | 43 downloads
 
 
  • Post #63,552
  • Quote
  • Edited 11:25am Sep 24, 6:54am (10 hr ago) | Edited 11:25am
  •  veter
  • | Joined Dec 2018 | Status: Member | 162 Posts
Quoting BestTraderEv
Disliked
{quote} LOL, every stochastic indicator with alerts has alert for crossing 50 level. You just input OverBought = 50 and OverSold = 50...
Ignored
I did absolutely nothing.
mortgagee
asked for indicator, I share one that I had. That's it.
 
1
  • Post #63,553
  • Quote
  • Sep 24, 7:08am (10 hr ago) Sep 24, 7:08am (10 hr ago)
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,496 Posts
Quoting C-12
Disliked
Hi all, Does anyone know how to covert these 2 x MT4 chart utilities to MT5? I've done some digging and it should be possible if we could understand what the MT5 Windows handles are (using Visual Studio SPY++). Toggle Borders (mladen) removes all Chart borders to free up additional space on the Terminal (useful if displaying multiple charts). ClickMax 2.0 allows users to Double/Triple click anywhere on the chart to Minimize / Maximize it. Both tools are extremely useful for chart management in MT4 and would be a great transition if possible. {file}...
Ignored
This was the easiest and quicekst job ever!
Just change the file extension to mq5 and it will work.
I did fix one very small warning, but not error - IOW it will work with this warning, just as well.
Attached File(s)
File Type: mq5 Toggle_borders.mq5   4 KB | 16 downloads
 
1
  • Post #63,554
  • Quote
  • Sep 24, 7:09am (10 hr ago) Sep 24, 7:09am (10 hr ago)
  •  chrissfx
  • | Joined Dec 2011 | Status: Member | 471 Posts
Quoting BestTraderEv
Disliked
{quote} I deleted my post...
Ignored
Dear BestTraderEv,

thank you for you're time and knowledge to code this. I won't touch the code or the name of the indi.

I will try to use it with the coming week and compare it with the tradingview indi. Using the original indi, i'm up around 350 pips with a max drawdown of 45 pips. If you are interested, i can post my entry's.

Again, thanks for your work

Best
Chriss
 
 
  • Post #63,555
  • Quote
  • Sep 24, 7:39am (9 hr ago) Sep 24, 7:39am (9 hr ago)
  •  C-12
  • Joined Jun 2012 | Status: Signed In | 5,315 Posts
Quoting BestTraderEv
Disliked
{quote} This was the easiest and quicekst job ever! Just change the file extension to mq5 and it will work. I did fix one very small warning, but not error - IOW it will work with this warning, just as well. {file}
Ignored
Thanks for giving a try. Compiled perfectly but sadly the chart borders remain. The button changed to ON and then flickers back to OFF.

Did you manage to get the borders to clear?

I did a bit of research on this and it seems Metaquotes changed how child windows are handled in MT5 back in 2019. I've seen others complain that the MT5 version of Toggle Borders (from mladen) stopped working as well.
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 11 KB
 
 
  • Post #63,556
  • Quote
  • Sep 24, 7:41am (9 hr ago) Sep 24, 7:41am (9 hr ago)
  •  C-12
  • Joined Jun 2012 | Status: Signed In | 5,315 Posts
Quoting T4Trade
Disliked
{quote} use indicator named XU border
Ignored
Thanks. Managed to find the MT4 version of XU-borders. It compiles to MQ5 but sadly the same issue as the Toggle Borders above.
 
1
  • Post #63,557
  • Quote
  • Sep 24, 9:01am (8 hr ago) Sep 24, 9:01am (8 hr ago)
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,496 Posts
Quoting C-12
Disliked
{quote} Thanks for giving a try. Compiled perfectly but sadly the chart borders remain. The button changed to ON and then flickers back to OFF. Did you manage to get the borders to clear? I did a bit of research on this and it seems Metaquotes changed how child windows are handled in MT5 back in 2019. I've seen others complain that the MT5 version of Toggle Borders (from mladen) stopped working as well. {image}
Ignored
Where I am, it works exactly the same on MT4 and on MT5...
In full window mode, that is.
You are right, in tile mode it deosn't work in MT5.

PS. So it is an issue with handling Windows in Windows, not an MQL4 issue.
I never bothered because I don't need this tool...
 
1
  • Post #63,558
  • Quote
  • Sep 24, 12:25pm (4 hr ago) Sep 24, 12:25pm (4 hr ago)
  •  Mafedavid
  • Joined Aug 2019 | Status: Member | 64 Posts
hello coders please can you add alert to this mt5 indicator, i just need an alert when the arrow pops up, i have found it to be a good indicator for reversals, it does not repaint.. thank you
Attached File(s)
File Type: mq5 Reverse No Repair (1).mq5   4 KB | 18 downloads
 
 
  • Post #63,559
  • Quote
  • Sep 24, 1:17pm (3 hr ago) Sep 24, 1:17pm (3 hr ago)
  •  CanopusLB
  • | Joined May 2018 | Status: Member | 11 Posts
Quoting BestTraderEv
Disliked
{quote} Here is the indicator with your idea: {file} Here is the original code: {file}
Ignored
Thank you so much!
 
1
  • Post #63,560
  • Quote
  • Sep 24, 2:10pm (3 hr ago) Sep 24, 2:10pm (3 hr ago)
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,901 Posts | Online Now
Quoting tintep
Disliked
{quote} Hi fxganstah . try this . {file}
Ignored

hi bro this is nice tool would you please consider to add text i mean horizontal line and option to mention/specify like day/week/4rs or internal swing or bos ,inducement , text/ write anything high low horizontal line and after bos change /shift drag like attached image please .
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: internal high low 1.png
Size: 30 KB
Click to Enlarge

Name: internal high low 2.png
Size: 33 KB
Click to Enlarge

Name: internal high low after bos change 3.png
Size: 34 KB
Say something meaningful or Silence!!
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 3174317531763177Page 3178 3179
    • 1 Page 3178 3179
62 traders viewing now, 4 are members:
Invisible
,
pipgainer
,
erex
,
Hkyf
  • More
Top of Page
  • Facebook
  • Twitter
About CC
  • Mission
  • Products
  • User Guide
  • Blog
  • Contact
CC Products
  • Forums
  • Calendar
  • News
  • Coins
  • Market
CC Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow CC
  • Facebook
  • Twitter

CC Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Forex Factory

Crypto Craft® is a brand of Fair Economy, Inc.

Terms of Service / ©2023