Posts

Showing posts from 2023

Forex Secrets Income-Using Bollinger Bands in a Trending Strategy

Image
One of the best forex indicators is Bollinger Bands. They are very simple to use, they are free, and they are extremely reliable. At just a glance, you can tell if the market is trending or stuck in a range. You can tell if the market has hit extreme prices or if it is about to explode. So I want to show you a simple trading strategy that relies heavily on Bollinger bands. And, oh yeah, it makes pretty good income from forex! Identifying a trending market with Bollinger bands is very simple. If the market is trending up, price will walk up the upper band. If the market is trending down, price will walk down the lower band. Bollinger bands plot a moving average in the middle, and the extreme bands are formed by standard deviation lines around that moving average. Now don't be scared by the algebraic term standard deviations. You don't have to know how to calculate them - the indicator does that by itself. Normally, the standard deviation for Bollin...

Creating a Simple Trading Expert Advisor

Image
  Before starting to program a trading Expert Advisor, it is necessary to define general principles of a future program. There are no strict program creating rules. However, once having created a program, a programmer usually continues to improve it. To be able to easily understand the program in future, it must be created in accordance with a well-thought and easy-to-understand scheme (it is especially important if a program will be further improved by another programmer). The most convenient program is the one that consists of functional blocks, each of which is responsible for its part of calculations. To create an algorithm of a trading Expert Advisor, let’s analyze what an operating program should do. One of the most important data in the formation of trade orders is the information about orders that already exist in a client terminal. Some of trading strategies allow only one unidirectional order. Generally, if a trading strategy allows, several orders can be open in a termi...

 Home