RandomPulse ATR Driven Directionless Bot
199 USD
Demo heruntergeladen:
4
Veröffentlicht:
10 Februar 2025
Aktuelle Version:
3.0
Keinen passenden Roboter gefunden?
Geben Sie Ihren Eigenen in Auftrag
auf Freelance!
Gehen Sie zu Freelance
Geben Sie Ihren Eigenen in Auftrag
auf Freelance!
Wie man einen Roboter oder Indikator kaufen kann
Starte Deinen EA im
Virtual Hosting
Virtual Hosting
Teste einen Indikator/Roboter vor dem Kauf
Möchtest Du Geld im Market verdienen?
Wie man Produkte richtig präsentiert
Sie verpassen Handelsmöglichkeiten:
- Freie Handelsapplikationen
- Über 8.000 Signale zum Kopieren
- Wirtschaftsnachrichten für die Lage an den Finanzmärkte
Registrierung
Einloggen
Sie stimmen der Website-Richtlinie und den Nutzungsbedingungen zu.
Wenn Sie kein Benutzerkonto haben, registrieren Sie sich

This was a project to test out Random entry. It does not seem to be profitable. Do not run on a live account
I have an idea:
Could we modify the bot to implement a 3 ATR stop loss based on the following parameters?
Additionally, we will:
This concept is based on Tom Basso’s simple random entry system. Let me know what you think!
I have an idea:
Could we modify the bot to implement a 3 ATR stop loss based on the following parameters?
Additionally, we will:
This concept is based on Tom Basso’s simple random entry system. Let me know what you think!
This is a clear and well-structured strategy, and implementing it based on the specified parameters you mention is certainly feasible. I'll take a closer look at it this week when I have the time. If necessary, I'll consider building it from scratch. Thank you for taking the time to share your valuable insights!
This is a clear and well-structured strategy, and implementing it based on the specified parameters you mention is certainly feasible. I'll take a closer look at it this week when I have the time. If necessary, I'll consider building it from scratch. Thank you for taking the time to share your valuable insights!
Cool , let me know. Remember we have no take profits only trailing stops and entry is randomy like your EA, forgot to mention that. And that's about it.
It's roughly taken from the following video:
https://youtu.be/4BaMwwJeKEA?si=UoiyrWDwx4EAuoAV
You want me to add Martingale and Anti-Martingale to this bot?
I’ll include both this weekend.
Appreciate the feedback. Thanx
Ive added the feature. Just testing.
Look back here over the weekend.
Martingale Example (losses increase):
Step 0: 0.1 lots → LOSS → Step 1: 0.2 lots
Step 1: 0.2 lots → LOSS → Step 2: 0.4 lots
Step 2: 0.4 lots → LOSS → Step 3: 0.8 lots
Step 3: 0.8 lots → WIN/LOSS → **RESET** (MaxSteps=3 reached!)
Next trade: Step 0: 0.1 lots
Anti-Martingale Example (wins increase):
Step 0: 0.1 lots → WIN → Step 1: 0.2 lots
Step 1: 0.2 lots → WIN → Step 2: 0.4 lots
Step 2: 0.4 lots → WIN → Step 3: 0.8 lots
Step 3: 0.8 lots → WIN/LOSS → **RESET** (MaxSteps=3 reached!)
Next trade: Step 0: 0.1 lots
The system now properly steps up and resets based on reaching the maximum number of consecutive steps, regardless of profit/loss on the final trade.
RandomPulse new menu
You can use as many steps as you want for both Martingale and Anti-martingale