• CONTACT US
  • FAQs
0 Wishlist
Login / Register
VinCourse VinCourse
  • Shop
  • FAQ
  • Contact
  • Cart
  • My Account
  • DISCOUNT PROMOTION
  • GroupBuy Community
Menu
VinCourse VinCourse
1 item / 35.00$
Browse Categories
  • Forex – Trading – Investment Courses
  • Internet Marketing Courses
  • Financial Development Course
  • NLP – HYPNOSIS – PHILOSOPHY
  • Real Estate Investing
  • Business Courses
  • Sale Maketing Courses
  • Everything Else Courses
    • Film – Photo Courses
    • Secduction – Love
    • IT – Technology
    • Magic – Circus course
    • Spirituality – Religion
    • Sports – Athletics – Martial Arts
  • SEO – Traffic – Design Website
  • Personal Development
  • Self Development – Self Help
  • Health – Fitness – Lifestyle – Medical
Select category
  • Select category
  • Business Courses
  • Crypto Currencies
  • E-Books
  • Ecommerce Course
  • Everything Else Courses
  • Film – Photo Courses
  • Financial Development Course
  • FOREX TRADING COURSE
  • Health – Fitness – Lifestyle – Medical
  • Internet Marketing Courses
  • IT – Technology
  • Magic – Circus course
  • NLP – HYPNOSIS – PHILOSOPHY
  • Personal Development
  • Real Estate Investing
  • Sale Maketing Courses
  • Secduction – Love
  • Self Development – Self Help
  • SEO – Traffic – Design Website
  • Software Collection
  • Spirituality – Religion
  • Sports – Athletics – Martial Arts
  • Sports – Athletics – Martial Arts – Fighting
  • STOCK – BOND TRADING
  • Uncategorized
1 item / 35.00$
“Azon Academy 6-Week Self-Study Course (Amazon Momentum Method)” has been added to your cart. View cart
-77%
Jim Hodges – Mql4 Bundle: Basics, Scripts, Indicators, Experts
Click to enlarge
HomeFOREX TRADING COURSE Jim Hodges – Mql4 Bundle: Basics, Scripts, Indicators, Experts
Previous product
Thestrategylab – Price Action Trading (no indicators)
Thestrategylab – Price Action Trading (no indicators) 710.00$ Original price was: 710.00$.39.00$Current price is: 39.00$.
Back to products
Next product
Grand Colloque Les secrets des lieux sacrés & Géobiologie 2019
Grand Colloque Les secrets des lieux sacrés & Géobiologie 2019 32.00$

Jim Hodges – Mql4 Bundle: Basics, Scripts, Indicators, Experts

196.00$ Original price was: 196.00$.46.00$Current price is: 46.00$.

Add to Wishlist
Compare
Add to wishlist
Category: FOREX TRADING COURSE Tags: Experts, Indicators, Jim Hodges, Mql4 Bundle: Basics, Scripts
  • Description
  • Reviews (1)
Description

Jim Hodges – Mql4 Bundle: Basics, Scripts, Indicators, Experts

Jim Hodges – Mql4 Bundle: Basics, Scripts, Indicators, Experts

Description:

COURSE INCLUDES:
MODULE 1: MQL4 BASICS
LAYING THE FOUNDATION TO PROGRAM IN MQL4

The Basics
A Look Around the MetaEditor (14:18)
Precompiler Lines and the FrameWork of Your Code (21:45)
Functions and the Debugger
How a Function is Written (24:00)
Calling a Function (18:01)
Debugger (21:53)
Variables and Data Types
Variables and Data Types (5:25)
Integers, Bytes, Bits? How a Computer Stores Numbers (12:57)
Keeping Time with ‘Datetime’ and OnTimer() (19:08)
Working with the ‘Color’ Integer Data Type (12:47)
Creating Our Own Integer Data Type Using ‘Enumerations’ (18:50)
‘Boolean’ Type Integers (10:05)
‘Floats’, ‘Doubles’ and ‘Strings’ (15:09)
‘Global’ Scope, ‘Local’ Scope and ‘Static’ Variables (16:27)
‘Extern’ or ‘Input’? (9:48)
Operations
‘Arithmetic’ Operations (13:39)
‘Assignment’ Operations (6:05)
‘Relation’ Operations (10:01)
‘Boolean’ Operations (21:09)
‘Ternary’ Operator (7:28)
‘Switch’ Operator (9:27)
‘While’ and ‘Do..While’ Loop Operators (7:28)
‘For’ Loop Operator (14:26)
Object Oriented Programming Basics: Structures and Classes.
Structures (25:49)
Structures… Classes…. Necessary? (10:05)
Constructors (9:48)
Destructors (13:27)
Classes, Setters and Getters (15:00)
Encapuslation, Extensibility, Overloading, PolyMorphism? (10:43)
Using the Mql4 Wizard to Create a Class (10:20)
Inheritance (17:03)
OOP Conclusion and Commentary (10:27)
Continuing Your Education
Add Scripts, Indicators and Experts to Your Plan
Add Scripts and Indicators to Your Plan
Add Scripts to Your Plan
Module 2. Start By Writing Scripts

LEARNING TO CODE QUICKLY THROUGH THE USE OF SCRIPTS

So What’s a Script and How do We Make One?
  • What is a Script? (14:38)
  • Daily Range Script (22:32)
MessageBox A Useful Tool
  • Introduction to MessageBox (11:12)
  • Message Box Flags (15:08)
  • #Defines and the Hexadecimal System (10:17)
  • Using MessageBox to Choose Our Path (8:12)
Getting Our Attention with Email and Push Notifications
  • Sounding an Alert (11:31)
  • Email and Push Notifications (7:11)
Knowledge is Power (Gathering Information)
  • Gathering Information Using Pre Defined Variables. (9:23)
  • MarketInfo() Function Part1 (15:09)
  • MarketInfoFunction() Part2 (14:47)
  • AccountInfo (29:53)
Order Management Using Scripts
  • Sending Orders With Scripts (16:24)
  • Selecting an Order For Modification (18:45)
  • Error Checking in Our Code (23:42)
  • Placing Pending Orders (12:17)
  • Buying/Selling Scripts and Point/Pip Explained. (19:08)
  • Drag And Drop Scripts (12:15)
  • Deleting Pending Orders (7:46)
  • Using a For Loop to Delete Orders (20:28)
  • Closing Market Orders (Trades) (9:01)
Upgrade Options
  • Add Indicators and Experts
  • Add Indicators Only

MODULE 3 CUSTOM INDICATOR WRITING

LEARNING CODE LOGIC BY WRITING CUSTOM INDICATORS

Indicators And The Arrays That Make Them Possible
  • Custom Indicator Introduction (10:55)
  • The Simplest Indicator and Where It Comes From (8:05)
  • Series Arrays (4:55)
  • Array Functions Explained (29:57)
How to Write Code For An Indicator
  • How Indicators Become Part of the Chart. (25:07)
  • Making the Indicator Display at a Specific Place On the Chart. (23:17)
  • The New OnCalculate Function (17:28)
  • Drawing With Loops and Array Out of Range (13:24)
  • New Lecture (24:27)
Moving Our Indicator to a Separate Window
  • Putting An Indicator in a Separate Window (20:43)
  • Setting Properties During OnInit Instead of Using Pre-Compiler Lines. (17:36)

Working With Technical Indicators
  • Technical Indicators Save A Lot of Coding (10:25)
  • Let’s Make an MA (25:03)
  • Setting up MaCross Graphics (10:17)
  • Setting Up MaCross Logic (12:24)
Putting Controls In Our Indicators
  • Putting Settings In Our MA Cross Signal (15:28)
  • Bollinger Band Signals (34:49)
  • Fixing Array Out of Range Part 1 (12:16)
  • Fixing Array Out of Range Part 2 (12:16)
  • Putting in the Notifications (15:33)
Combining Indicators Into One Signal
  • Bollinger Stochastic Combo Part 1 (14:33)
  • Bollinger Stochastic Combo Part 2 (19:06)
How to Call a Custom Indicator
  • Calling Custom Indicators Part 1 (21:25)
  • Calling Custom Indicators Part 2 (16:45)
  • Calling Custom Indicators Part 3 (22:22)
Special Multi-Colored Full Adjustable Macd Indicator
  • Our Oscillator Part 1 (17:23)
  • Our Oscillator Part 2 (24:16)
  • Our Oscillator Part 3 (18:44)
  • Our Oscillator Part 4 (11:30)
Add Experts Course Access
  • Add Experts Course

MODULE 4: WRITING EXPERT ADVISORS

PUTTING OUR LOGIC AND IDEAS TOGETHER IN A TRADING ROBOT

You can watch the first video of the course and I recommend that you also drop down and watch the LAST video of the course where I go over what you have learned!.. There is NOTHING else like this on the world wide web! If you want to learn mql4 expert writing this is the place!

Making it Idiot Proof and Controlling Access
  • Starting From The Beginning (9:01)
  • Checking Our Settings (17:19)
  • Password Protection (7:37)
  • Your Expert Can Close Itself! (7:42)
  • Code that will expire. (14:23)
The Basic Foundation
  • The Mandatory Components of a Basic EA (48:22)
  • Reviewing The Basic Components (11:22)
Using iCustom to Call Your Indicator
  • How to Call a Custom Indicator With iCustom() (14:12)
  • Calling With Custom Parameters (12:58)
  • Multiple TimeFrame Problems (13:09)
  • Custom Indicator Calling Tool and DEMA EA (21:16)
  • Practice Your Trigger Coding (10:06)

Adding More Functionality to Our Basic EA
  • Auto-Generating Our MagicNumbers (15:55)
  • Adding Move to BreakEven (26:37)
  • Adding a Trailing Stop (15:06)
  • Adding a Candle (Swing High/Low) Stop (24:51)
  • Solving Stoploss Coding Problems (7:23)
  • Moving Indicator Code Into Our Expert Advisor (17:31)
Controlling the Opening and Closing of Trades
  • Limiting Number of Orders and Checking if Hedging is Allowed (13:16)
  • Closing On Opposite Signal (30:45)
  • Closing Trades On a FIFO Compliant Platform (24:27)
Martingaling, The Two Edged Sword
  • Martingaling (26:47)
  • Market Trapper Part 1 (22:57)
  • Market Trapper Part2 (26:11)
Controlling a Sequence of Trades
  • Using Trade Comments to Identify Trades (16:17)
  • Knowing When to Quit Trading (13:41)
  • An OnScreen Display to Monitor Our Situation (9:35)
  • Setting Lotsize For Each Trade in The Sequence. (26:14)
Basket Trading
  • Introducing Basket Trading (11:25)
  • Coding a MACD Trigger (19:22)
  • Controlling our Trade Spacing (27:23)
  • The Math of “Cost Averaging” (25:18)
  • Closing All Trades Together (18:28)
  • Using a Auto-Mild Martingale (8:13)
  • Manual Martingale (11:55)
  • BasketTrader Smartingale (20:47)
  • Displaying the Basket Breakeven (20:38)
  • Basket Trader Finished. (12:37)
  • Concluding Remarks (5:44)

Forex Trading – Foreign Exchange Course

Want to learn about Forex?

Foreign exchange, or forex, is the conversion of one country’s currency into another.
In a free economy, a country’s currency is valued according to the laws of supply and demand.
In other words, a currency’s value can be pegged to another country’s currency, such as the U.S. dollar, or even to a basket of currencies.
A country’s currency value may also be set by the country’s government.
However, most countries float their currencies freely against those of other countries, which keeps them in constant fluctuation.

Preview Information:

More Course: FOREX TRADING

Outstanding Course:The Inflection Point Revised Edition by Charlie Burton

Reviews (1)

1 review for Jim Hodges – Mql4 Bundle: Basics, Scripts, Indicators, Experts

  1. Lord – August 24, 2021

    This is Digital Download service, the course is available at Vincourse.com and Email download delivery.

Add a review Cancel reply

Your email address will not be published. Required fields are marked *

Related products

-96%Hot
Add to cart
Quick view
Compare
Add to wishlist
Close

Azon Academy 6-Week Self-Study Course (Amazon Momentum Method)

Rated 5.00 out of 5
997.00$ Original price was: 997.00$.35.00$Current price is: 35.00$.
-96%Hot
Add to cart
Quick view
Compare
Add to wishlist
Close

12 Weeks to Market Domination from Dan Kennedy – GKIC

Rated 5.00 out of 5
3,697.00$ Original price was: 3,697.00$.142.00$Current price is: 142.00$.
-84%Hot
Add to cart
Quick view
Compare
Add to wishlist
Close

Root Canal Seminar from Gary Halbert

Rated 5.00 out of 5
397.00$ Original price was: 397.00$.62.00$Current price is: 62.00$.
-69%Hot
Add to cart
Quick view
Compare
Add to wishlist
Close

Trading Psychology Course for Traders

Rated 5.00 out of 5
149.95$ Original price was: 149.95$.47.00$Current price is: 47.00$.
-75%Hot
Add to cart
Quick view
Compare
Add to wishlist
Close

Lessons From A Trader’s Camp. Winning Psychology & Tactics by Alexander Elder

Rated 5.00 out of 5
189.00$ Original price was: 189.00$.47.00$Current price is: 47.00$.
-72%Hot
Add to cart
Quick view
Compare
Add to wishlist
Close

Using Lease Options to Buy and Sell Property by John Schaub

Rated 5.00 out of 5
149.00$ Original price was: 149.00$.42.00$Current price is: 42.00$.
-80%Hot
Add to cart
Quick view
Compare
Add to wishlist
Close

Cooperative Lease Options by Wendy Patton

Rated 5.00 out of 5
497.00$ Original price was: 497.00$.97.00$Current price is: 97.00$.
-79%Hot
Add to cart
Quick view
Compare
Add to wishlist
Close

Ecom Momentum from Mike Dolev and Josh Black

Rated 5.00 out of 5
197.00$ Original price was: 197.00$.42.00$Current price is: 42.00$.

Digital Download

Download link to your inbox email or My-account

Online Payment Methods

We accept: paypal, skrill, bitcoin...

24/7 Support

Working 16 hours/days and support via Online Chat

Fast and 100% Safe

You will have the course by the safetest way.

Footer Menu
  • Instagram profile
  • New Collection
  • Woman Dress
  • Contact Us
  • Latest News
  • Purchase Theme

Copyright © 2023 VinCourse. All rights reserved.

Shopping cart

close
  • Shop
  • FAQ
  • Contact
  • Cart
  • My Account
  • DISCOUNT PROMOTION
  • GroupBuy Community
  • Wishlist
  • Login / Register

Sign in

close

Lost your password?
No account yet? Create an Account
Scroll To Top