• Home
  • Forums
  • News
  • Calendar
  • Coins
  • Market
  • Login
  • Join
  • User/Email: Password:
  • 9:41pm
Menu
  • Forums
  • News
  • Calendar
  • Coins
  • Market
  • Login
  • Join
  • 9:41pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Forex Factory

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

MT4 Trading without GAP and without Excel 669 replies

Why your broker is your friend and your enemy 4 replies

Build a robot without programming 2 replies

MT4 Compiler Build prior to Build 6xxx 7 replies

Why EA test is forward test better than back test?? 1 reply

  • Commercial Content
  • /
  • Reply to Thread
  • Subscribe
  • 17
Attachments: I will build and test your EA without code
Exit Attachments

I will build and test your EA without code

  • Last Post
  •  
  • Page 1 2
  • Page 1 2
  •  
  • Post #1
  • Quote
  • First Post: Edited at 8:49am May 3, 2022 8:27am | Edited at 8:49am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
Hello everyone,

I have discovered this platform called Trade View X that allows me to make EA's without code and during my excitement within the few weeks I had made a huge model trading the us500 and it was making the most insane profits during back tests, so naturally I wanted to share but do not actually have any place to share it in so I was posting about this inside the other thread called,

'I will code your EA's and Indicators for no charge'

But I am not actually coding, so I was requested by mods to make my own thread, so here I am and I've attached a live trade explorer.
Attached Image


I am in no way the best at this and do lack ideas so I am hoping that with the ideas of others I might be able to stumble into something much more profitable for everyone involved.

Some people can learn to code but for me this is an impossible task.

Does anyone have a Crypto trading bot EA idea to create?
I would be more than happy to give it a go, can use any indicators apparently
Look at how I have made the bots below, using switches, like a light switch. on / off



This is the US500 history chart and the system I made 'adds more when winning'
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 90 KB

This is when I test it on multiple Indices
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 84 KB

and this is how I have made it,
From a bunch of visual true/false blocks.
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 53 KB

This is mostly what I use to day trade Bitcoin now with the linked account
I wait for some market sentiment to hit extreme levels and I look to counter trade the markets with this a simple system like this that stops me entering in at the dumbest of spots. At least if its a losing sell position its higher up the chart and not the bottom most point.
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 126 KB




Thanks friends
  • Post #2
  • Quote
  • May 4, 2022 3:56am May 4, 2022 3:56am
  •  CryptoHoard
  • | Additional Username | Joined May 2022 | 12 Posts
Hi !

Can you please test Bitcoin trading with a Big Daily RSI?

I would just like to buy the dip when the RSI is oversold on the Crypto daily charts.
Do you think this will work?
 
 
  • Post #3
  • Quote
  • May 5, 2022 1:08am May 5, 2022 1:08am
  •  CryptoHoard
  • | Additional Username | Joined May 2022 | 12 Posts
Hi again

Do you think you can make a double bottom algo that buys the double bottom like this one that just happened on Bitcoin?
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 7 KB
 
 
  • Post #4
  • Quote
  • May 5, 2022 4:55am May 5, 2022 4:55am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
Hey there,

check this out
If below the RSI = Buy
If Above the RSI = Close
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 14 KB

Winnah
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 43 KB
 
 
  • Post #5
  • Quote
  • May 5, 2022 8:02pm May 5, 2022 8:02pm
  •  CryptoHoard
  • | Additional Username | Joined May 2022 | 12 Posts
wow what,

That is actually not bad right?

Can you make it take more profits?
 
 
  • Post #6
  • Quote
  • May 5, 2022 8:21pm May 5, 2022 8:21pm
  •  Moe-Ibrahim
  • | Joined May 2022 | Status: Junior Member | 1 Post
Hi SystemsTrade,

I would like your support in creating a very simple ea that does the following:

  1. Trade is open when price hits the 33 simple MA.
  2. Although counter to what is prevalent, If price hits MA from below, Sell. If it hits it from above, buy.
  3. allows me to manually identify position size, TP and SL.
  4. Important: Opens only one trade per day.

Thanks so much.

 
 
  • Post #7
  • Quote
  • May 6, 2022 6:02am May 6, 2022 6:02am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
Quoting Moe-Ibrahim
Disliked
Hi SystemsTrade, I would like your support in creating a very simple ea that does the following: Trade is open when price hits the 33 simple MA. Although counter to what is prevalent, If price hits MA from below, Sell. If it hits it from above, buy. allows me to manually identify position size, TP and SL. Important: Opens only one trade per day. Thanks so much.
Ignored
Hi Moe,

I do not think I am allowed to give you the system because its in my name?

I am just looking to build and test some ideas people might have and show them how they could be built.


Is this what you are looking for ?

If the variable "OneTradeTaken" = 0 It will be allowed to take a trade, and this is reset each day.

If the bar closes above the MA 33 + 10 points *this is to show that it is above the MA, so we know its coming back down.
Set "AboveMA" to True.

And then if it comes back and touches the MA it will place a trade and turn trading off after.

Is this right?
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 55 KB
 
 
  • Post #8
  • Quote
  • May 6, 2022 6:41am May 6, 2022 6:41am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
Quoting Moe-Ibrahim
Disliked
Hi SystemsTrade, I would like your support in creating a very simple ea that does the following: Trade is open when price hits the 33 simple MA. Although counter to what is prevalent, If price hits MA from below, Sell. If it hits it from above, buy. allows me to manually identify position size, TP and SL. Important: Opens only one trade per day. Thanks so much.
Ignored
This is the results from the long only system trading a few Forex symbols, just making sure it works.

Add another filter into this and it could easily work fully automated

Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 151 KB
 
 
  • Post #9
  • Quote
  • May 8, 2022 10:24pm May 8, 2022 10:24pm
  •  CryptoHoard
  • | Additional Username | Joined May 2022 | 12 Posts
Quoting SystemsTrade
Disliked
Hey there, check this out If below the RSI = Buy If Above the RSI = Close {image} Winnah {image}
Ignored
Hey there

With the Crypto dropping do you have a Short only system that might work for this ?

Like something that might short only when its going down and only when it makes a little pump?
 
 
  • Post #10
  • Quote
  • May 10, 2022 2:34pm May 10, 2022 2:34pm
  •  Shakka
  • | Joined Jun 2017 | Status: Superior | 154 Posts
Quoting SystemsTrade
Disliked
Hello everyone, I have discovered this platform called Trade View X that allows me to make EA's without code and during my excitement within the few weeks I had made a huge model trading the us500 and it was making the most insane profits during back tests, so naturally I wanted to share but do not actually have any place to share it in so I was posting about this inside the other thread called, 'I will code your EA's and Indicators for no charge'
Ignored
What about the forward test result? What is the EA strategy based on?
Gambling = 0% skill, 100% luck. Trading = 1% skill, 99% luck.
 
 
  • Post #11
  • Quote
  • May 11, 2022 6:07am May 11, 2022 6:07am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
Quoting Shakka
Disliked
{quote} What about the forward test result? What is the EA strategy based on?
Ignored
Hi Shakka, thanks for the reply.


The EA is a combination of 3 strategies all working together with a account breakeven rule. Once my account is in a certain amount of profit it is allowed to begin the next few strategies. It will not allow it to go back in the negatives, this is the best part.

The forward test results can be found here
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 19 KB
And I have highlight the l337 withdrawals

Legit the week I started the system up live, the spx500 broke all my rules and the system then turned off.
So now I am just waiting for the next rare entry signal and the sequence will begin again.

Till then enjoy my Bitcoin trading on the spx500 account
 
 
  • Post #12
  • Quote
  • May 11, 2022 2:12pm May 11, 2022 2:12pm
  •  Shakka
  • | Joined Jun 2017 | Status: Superior | 154 Posts
Quoting SystemsTrade
Disliked
{quote} Hi Shakka, thanks for the reply. The EA is a combination of 3 strategies all working together with a account breakeven rule. Once my account is in a certain amount of profit it is allowed to begin the next few strategies. It will not allow it to go back in the negatives, this is the best part. The forward test results can be found here {image}And I have highlight the l337 withdrawals Legit the week I started the system up live, the spx500 broke all my rules and the system then turned off. So now I am just waiting for the next rare entry...
Ignored
Would you mind to share the EA?
Gambling = 0% skill, 100% luck. Trading = 1% skill, 99% luck.
 
 
  • Post #13
  • Quote
  • May 11, 2022 8:43pm May 11, 2022 8:43pm
  •  CryptoHoard
  • | Additional Username | Joined May 2022 | 12 Posts
Quoting SystemsTrade
Disliked
{quote} Hi Shakka, thanks for the reply. The EA is a combination of 3 strategies all working together with a account breakeven rule. Once my account is in a certain amount of profit it is allowed to begin the next few strategies. It will not allow it to go back in the negatives, this is the best part. The forward test results can be found here {image}And I have highlight the l337 withdrawals Legit the week I started the system up live, the spx500 broke all my rules and the system then turned off. So now I am just waiting for the next rare entry...
Ignored
Man well done !

99% of have just lost money with Crypto and you are gaining ! epic

Congratz
 
 
  • Post #14
  • Quote
  • May 11, 2022 9:06pm May 11, 2022 9:06pm
  •  inversio
  • | Joined Sep 2017 | Status: Member | 260 Posts
is it compitable with custom indicators, like-- tma band, cutom ma etc?
 
 
  • Post #15
  • Quote
  • May 12, 2022 12:59am May 12, 2022 12:59am
  •  CryptoHoard
  • | Additional Username | Joined May 2022 | 12 Posts
Quoting inversio
Disliked
is it compitable with custom indicators, like-- tma band, cutom ma etc?
Ignored
I have started using it myself now and it looks like you can use any custom indicator, there is a video i watched inside here that said you just need to match the name up with the indictor inside your MT4 and anything will work.

Do you have a custom indictor ? would you share it

Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 7 KB
 
 
  • Post #16
  • Quote
  • May 12, 2022 6:08am May 12, 2022 6:08am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
Quoting Shakka
Disliked
{quote} Would you mind to share the EA?
Ignored
Hey Shakka,

I can send you pictures of the EA for you to build but I do not think I can share the actual EA as it has my name in it.

What is your strategy right now? I would really enjoy trying to automate it.
 
 
  • Post #17
  • Quote
  • May 12, 2022 6:10am May 12, 2022 6:10am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
Quoting inversio
Disliked
is it compitable with custom indicators, like-- tma band, cutom ma etc?
Ignored
As CryptoHoard said, there is a custom block that seems to be able to access any indicator on MT4 MT5, you just need the right name and the right mode settings, seems easy I think.
 
 
  • Post #18
  • Quote
  • May 12, 2022 1:15pm May 12, 2022 1:15pm
  •  Shakka
  • | Joined Jun 2017 | Status: Superior | 154 Posts
Quoting SystemsTrade
Disliked
{quote} Hey Shakka, I can send you pictures of the EA for you to build but I do not think I can share the actual EA as it has my name in it.
Ignored
Never mind, just send it away. I'd like to take a look...
Thanks in advance
Gambling = 0% skill, 100% luck. Trading = 1% skill, 99% luck.
 
 
  • Post #19
  • Quote
  • May 12, 2022 4:22pm May 12, 2022 4:22pm
  •  jra1295
  • | Joined Jun 2021 | Status: Member | 30 Posts
Quoting Shakka
Disliked
{quote} Never mind, just send it away. I'd like to take a look... Thanks in advance
Ignored
Shakka please take a look at the message I sent you.
 
 
  • Post #20
  • Quote
  • May 16, 2022 2:45am May 16, 2022 2:45am
  •  CryptoHoard
  • | Additional Username | Joined May 2022 | 12 Posts
Check this out.

I am about one week into this and I've made a system that trades Bitcoin,

check out the results from the most recent months.

Killing it ! !

Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 11 KB


So happy right now
 
 
  • Commercial Content
  • /
  • I will build and test your EA without code
  • Reply to Thread
    • Page 1 2
    • Page 1 2
0 traders viewing now
  • 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 / ©2022