Free Brute Force Breakout Bot (BETA)
 0
  1.67
  8115
by Waxy
11 Dec 2017, 05:22
This bot is useful in breakouts, handling fake breakouts and reducing risk exposure.   Instead of risking 100 pips to make 100 pips, its better to risk 10 pips 10...
Free Tunneling Martingale
 0
  0
  3491
by Waxy
15 Sep 2016, 19:05
This bot is useful when you don't know direction, but there's a big move on either direction expected. Since it's a tunneling strategy, it's only a martingale if the #...
Free Example of how to use Log4Net
 0
  0
  484
by Waxy
02 Mar 2023, 05:28
Long ago I tried to get this done but wasn't able to. Here's an example of how to use it with cTrader, the example given is with a RollingFileAppender 1...
Free Relative Moving Average
 0
  0
  661
by Waxy
13 Jun 2023, 01:49
Relative Moving Average It's like the EMA but it uses alpha = 1/length instead of 2/(length + 1) It gives a bit less weight (about half of EMA) to the...
Free Order Sends Order (OSO)
 0
  5
  3214
by Waxy
28 Jan 2021, 04:43
This is a Bot that handles OSO Type Orders, it works only for 2 orders, you Type if you wanna Buy or Sell, the prices and the bot will handle...
Free McGinley Dynamic
 0
  0
  589
by Waxy
22 Jun 2023, 20:36
McGinley Dynamic Indicator Definition (investopedia.com) McGinley Dynamic is moving average that seeks to adapt to different market conditions, depending on if it's ranged, trending up or down it will adjust...
Free Iceberg bot
 0
  0
  2980
by Waxy
29 Jan 2016, 03:40
DEFINITION of 'Iceberg Order' from Investopedia A large single order that has been divided into smaller lots, usually through the use of an automated program, for the purpose of hiding...
Free Order Cancels Order (OCO)
 0
  5
  4012
by Waxy
28 Jan 2021, 04:43
Similar to my previous OSO Bot, the OCO Bot handle 2 order, if any of those orders is executed the remaining order will be canceled. Type Buy or Sell and...
Free Average Wick Indicator
 0
  5
  3025
by Waxy
11 Feb 2016, 22:56
I decided to make a simple indicator to see how wicks behave, some cool patterns seem to emerge. You can see for example Upwicks tend to be bigger in downtrends...
Free Receive Alerts via Webhook Example
 0
  5
  479
by Waxy
03 Aug 2023, 21:41
Here's an example of how we can set up a bot act as a server to receive signals locally with Webhooks Notifications (i.e., TradingView, Zapier or others) You might have to...
by Waxy
06 Feb 2023, 10:09
UPDATE I've edited this indicator in following aspects... - It can use the new Color Parameters - Filled rectangles are optional - It can show (optional) Session Range - It...