A set of scripts for a quick trade with the mouse. – script MetaTrader 4

A set of scripts for a quick trade with the mouse. - script for MetaTrader 4
The purpose of these scripts is clear (see names), but to avoid confusion I will describe each separately. _OpenOrders Mouse – This script opens a market order at the current price. If you released the mouse button below the current price, it will be exposed to Sell, if higher, then Buy. You can either specify … Read more

Quick ZigZag plus DiNapoli – indicator MetaTrader 5

Quick ZigZag plus DiNapoli - indicator for MetaTrader 5
The real author: Yurich The “Fast ZigZag” indicator including the drawing of DiNapoli’s target levels. The possible value of StopLoss is marked by the red line. Then, according to the order are the start line and the Target1, Target2 and Target3 lines. Besides, the indicator draws vertical lines corresponding to the similar tracking in time. … Read more

Chandes Quick Stick (Qstick) – indicator MetaTrader 5

Chandes Quick Stick (Qstick) - indicator for MetaTrader 5
Indicator was designed by scientist, inventor, author, and trader Tushar Chande in order to help identify market trends with the use of candlestick charts. In case the Qstick indicator shows a reading below zero, this is indicative that the majority of candlesticks during the examined period are bearish, thus, the bias for the trading instrument … Read more

Quick Market-watch Launcher v1.1 – script MetaTrader 5

Quick Market-watch Launcher v1.1 - script for MetaTrader 5
This is an updated and improved version, with an included updated of the license terms. The spread parameter has been coded as a list of section variables, with an option to open all symbols on the market-watch.  Usage is still simple. //— these are user input variables accessible from the terminal when launching the script … Read more

quick sort – sorting algorithm – library MetaTrader 5

quick sort - sorting algorithm - library for MetaTrader 5
//+——————————————————————+ //|                                                    QuickSort.mq5 | //|                                    2019-2020, dimitri pecheritsa | //|                                                 792112@gmail.com | //+——————————————————————+ // //   quick sort – sorting algorithm // //   quick sort is a highly efficient sorting algorithm and is based //on partitioning of array of data into smaller arrays //   a large array is partitioned into two arrays one of which holds //values smaller … Read more